ImageNet-Training
ImageNet-Training copied to clipboard
ImageNet training using torch
Hi, I'm having some troubles in evaluating a trained model, save as t7 file. If I reload the model and I continue the training, everything is fine and I'm able...
For EstimateMeanStd, in Line 89, "DB:CacheRand(randKeys, x)" should be "DB:cacheRand(randKeys, x)"
Hello, When I run the CreateLMDB.lua file, I get the following error. [================================ 8698/8698 =================================>] ETA: 0ms | Step: 22ms Error in LMDB function mdb_cursor_get : MDB_NOTFOUND: No matching key/data...
Hi, Thank for your code, it really accelerated my experimentations. I am currently using a system wide installation of torch on a remote server. I have create the lmdb datasets,...
Hey, Can someone explain the process of running ``` th Main.lua -network AlexNet -LR 0.01 ``` on only CPU (I don't have inn, cunn, CUDA installed). Whatever I am trying,...