-
Notifications
You must be signed in to change notification settings - Fork 30
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
RuntimeError: cuda runtime error (2) :out of memory #1
Comments
I solve it. But the other problem is RuntimeError: Please download the dataset manually from http://vision.cs.duke.edu/DukeMTMC/data/misc/DukeMTMC-reID.zip to /home/xiaowei/part_bilinear_reid/data/dukemtmc/raw/DukeMTMC-reID.zip. But I have already put it into the specified folder manually. What's the reason? |
Hi, could you check whether the file is correctly downloaded? The error occurs when the zip file does not match the expected md5sum. It should be '62d8f3c7d6b2c5dc3d8ca6af7515847c'. |
Thank you very much for your reply.I downloaded the data set again and replaced the previous data set. Now it works. |
@xiaoweihappy123 Hi,could you please tell me how to run the program in detail?What kind of preparation do I need to do? |
hello,I set the batch = 1 but still out of memory.
What should I do?
The text was updated successfully, but these errors were encountered: