-
Notifications
You must be signed in to change notification settings - Fork 79
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
problem on training #75
Comments
It seems the training array has wrong dimensions and may be a numpy problem. Could you please tell me which numpy version did you use? |
1.21 should work |
Thanks for your reply. Which python version did you use? |
3.9 |
|
I find the same problem, and then change the version of numpy to 1.21.0, it's ok |
Hello, professors. When I tried to train the MSLS dataset, there is an error, do you have any suggestions on this error?
command:
python train.py --config_path patchnetvlad/configs/train.ini --cache_path cache --save_path checkpoint --dataset_root_dir Dataset --nocuda
error:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (441280,) + inhomogeneous part.
The text was updated successfully, but these errors were encountered: