-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error for creating ImageNet LMDB #1
Comments
Oh... I used normal imagenet.lua. It might be the problem related to eladhoffer/lmdb.torch#8. However, I'm not sure about it since I left behind it for a long time. As far as I remember, torch lmdb support was not stable for my case (the process was frequently died when I ran the I made a bad mistake not to clean up irrelative files. I'm sorry for inconvenience. Best regards, Jaehyun |
@lim0606 Thanks very much for your reply. You are so kind. However, it is strange that we also bought a SSD and run the script with normal | Epoch: [1][6252/8008] Time 1.856 Data 1.156 Err 4.5771 top1 86.875 top5 66.250 LR 0.045000 For other configures, 4 TitanX are utilized in parallel and the batch size is 160(4@40). I noticed that your training speed is quite stable in your logs. So would you please tell me if you have other methods to improve the speed for data loading? Thanks again! |
Actually, I've never tried 4 GPU setting since I only have 2 gpus. However, my friend studying with me for this work (@shuni1001) suffered from the same problem. See, facebookarchive/fb.resnet.torch#61. I think it is a kind of general problem for 2 > gpus setting in torch. Best regards, Jaehyun |
Thanks for releasing the train script for Inception-resnet-v2. When I used the code of
create-imagenet-lmdb.lua
, an error came out as:Error in `PATH-OF-TORCH/install/bin/luajit': double free or corruption (!prev): 0x00007e61b30fbe10 *** 20ms Aborted (core dumped)
Would you please tell me if you have met this problem? Thanks!
The text was updated successfully, but these errors were encountered: