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

tarfile.ReadError: unexpected end of data #25

Open
jessapinkman opened this issue Oct 31, 2023 · 5 comments
Open

tarfile.ReadError: unexpected end of data #25

jessapinkman opened this issue Oct 31, 2023 · 5 comments

Comments

@jessapinkman
Copy link

I have already prepared the dataset allow the correct instructions, but i met the problem below, how can i fix it?
image

@jessapinkman
Copy link
Author

@ZikangZhou I would really appreciate it if u help me fix it.

@ZikangZhou
Copy link
Owner

ZikangZhou commented Nov 23, 2023

@jessapinkman Maybe you have set the root path incorrectly. Can you show me your training command?

@jessapinkman
Copy link
Author

here is my training command:
python train_qcnet.py --root /data4/jessapinkman/dataset/argoverse2.0/ --train_batch_size 4 --val_batch_size 4 --test_batch_size 4 --devices 8 --dataset argoverse_
v2 --num_historical_steps 50 --num_future_steps 60 --num_recurrent_steps 3 --pl2pl_radius 150 --time_span 10 --pl2a_radius 50 --a2a_radius 50 --num_t2m_steps 30 --pl2m_radius 150 --a2m_radius 150
and here is my directory:
image

@jessapinkman
Copy link
Author

and when i run the training command above, something stucked, i don't know what happend:
image

@ZikangZhou
Copy link
Owner

Try to execute:

export NCCL_P2P_LEVEL=NVL

in the terminal, and then run the training script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants