Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'all_seqeuence_tokens' #3

Open
croessert opened this issue Aug 8, 2024 · 1 comment
Open

KeyError: 'all_seqeuence_tokens' #3

croessert opened this issue Aug 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@croessert
Copy link

Hi, thanks for your work!

I am getting the following error in scripts/training/train_wod_model.sh just after the validation step:

File "GUMP/nuplan_extent/planning/training/callbacks/visualization_vectorized_reconstruction_callback.py", line 235, in _log_batch all_seqeuence_tokens = predictions['all_seqeuence_tokens'] KeyError: 'all_seqeuence_tokens'

@Yihanhu
Copy link
Contributor

Yihanhu commented Aug 8, 2024

Hi @croessert ,
Sorry for the confusion caused. Please try setting this argument to something other than 'planning' or 'sim_agents' during training. This part might indeed cause some bugs during the validation stage, and I will fix it later.

@Yihanhu Yihanhu self-assigned this Aug 8, 2024
@Yihanhu Yihanhu added the bug Something isn't working label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants