Hi, can you give the default pool_layer_idx about other 4 modules ?
2018hello opened this issue · 0 comments
2018hello commented
Hi, I have some problems with the code.
1)can you give the default pool_layer_idx about other 4 modules?
2)when training, I wrote the command line "th train.lua -s 3dninlog --model 3dnin". And in fine-tuning, just like "th train_mo.lua -s 3dninmo_log --model 3dnin --model_param_file ..../3dninlog/model.net"? Are these command lines correct? Using these two lines, I can get the results about 5 modules?
Thank you so much !
ps:
in train_mo.lua, line 133 " testLogger.showPlot = 'false' " should change to " testLogger.showPlot = false", just like train.lua.