-
Notifications
You must be signed in to change notification settings - Fork 13
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
About nuScene data preprocessing and afterwards #6
Comments
Hi, I don't quite understand your question, can you provide more details, or a screenshot of the code reporting the error. |
Hi,Did you change the code, the original code doesn't have this problem. |
I went through my code, and the only modification I made was to replace the part of your code that uses DistributedDataParallel. This is because my environment only supports a single GPU. Or I should do the NuScene data preprocessing again? |
Yes, I think you can do the NuScene data preprocessing again? |
Hello! I have some questions regarding your model. I have already performed preprocessing on nuScene and generated the file ex_list. However, when preparing to train the model, I noticed that while iterating over ex_list, there are indices with a type of dict. I also observed that the code of train.py, the "Dataset" inside the "def distributed_run()" function is using dataset_argoverse.
I would like to ask what could be the issue here?
Thank you!
The text was updated successfully, but these errors were encountered: