We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run this work:
python tools/train.py ./projects/configs/detr3d_res101_gridmask.py
During training about 10 epochs, It raised an error:
File "/home/vision/anaconda3/envs/lib/python3.9/site-packages/scipy/optimize/_lsap.py", line 100, in linear_sum_assignment return _lsap_module.calculate_assignment(cost_matrix) ValueError: matrix contains invalid numeric entries
How can I solve it? thank you
The text was updated successfully, but these errors were encountered:
Any progress so far?
Sorry, something went wrong.
No branches or pull requests
When I run this work:
During training about 10 epochs, It raised an error:
How can I solve it? thank you
The text was updated successfully, but these errors were encountered: