You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
Hi, @zpao @iassael @maraoz @achao @gfosco
I have met this error when I run the Transfer Learning.
ctilab@ctilab:~/fb.resnet.torch$ th main.lua -retrain resnet-50.t7 -data ./data -resetClassifier true -nClasses 2
Loading model from file: resnet-50.t7
=> Replacing classifier with 2-way classifier
=> Training epoch # 1
/home/ctilab/torch/install/bin/luajit: ...e/ctilab/torch/install/share/lua/5.1/threads/threads.lua:183: [thread 1 callback] ./datasets/imagenet.lua:49: Error reading: /home/ctilab/fb.resnet.torch/data/train/Instantaccess/0606a07d304f5f2041bed1a565a8fe14.png
I have added my own data in ./data folder.
But Why It calls the old image data path ?
I cannot find that path setting in any lua scripts..
What's wrong with me ?
Thanks in advance..
The text was updated successfully, but these errors were encountered: