facebookarchive / fb.resnet.torch

Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
Other
2.29k stars 664 forks source link

INIT.LUA not found #199

Open Colhodm opened 6 years ago

Colhodm commented 6 years ago

Hey Guys, So trying to finetune this net, but I'm getting an issue that module 'models/init' not found:No LuaRocks module found for models/init no field package.preload['models/init'] Which I assume is because of the require(models/init) in the main.lua which I havent changed at all. Did anyone run into the same problem and find a solution? Thanks!