val-iisc / lsc-cnn

MIT License
211 stars 55 forks source link

File Not Found Error #18

Closed ChuyiZhong closed 4 years ago

ChuyiZhong commented 4 years ago

FileNotFoundError: [Errno 2] No such file or directory: './models/train2/snapshots/losses.pkl' How should we place the downloaded folder models, I have placed it anywhere possible buy still get this error. Any help is appreciated.

pvskand commented 4 years ago

You'd have to put the models folder inside lsc-cnn as mentioned here (https://github.com/val-iisc/lsc-cnn#usage).

ChuyiZhong commented 4 years ago

You'd have to put the models folder inside lsc-cnn as mentioned here (https://github.com/val-iisc/lsc-cnn#usage).

Hi, thank you for your quick reply. When I cloned the project I found another folder named lsc-cnn in the project folder which is also called lsc-cnn, so I am a little confused. So should I just put the models folder in the project lsc-cnn along with network.py main.py or outside the folder along with dataset folder? Hope my expression is not confusing. Thanks in advance.

pvskand commented 4 years ago

You'd have to put it along with other .py files. Thanks for pointing this out. I'll remove the other folder.

pvskand commented 4 years ago

Closing this for now. Feel free to re-open if the problem continues to exist.