texture_nets
texture_nets copied to clipboard
train model seems not OK?
I use
th train.lua -data
it gen model_1000.t7 model_2000.t7 model_3000.t7 ...... model_49000.t7 model_50000.t7
but train model_50000.t7 to gen new picture seems not ok, is any wrong from my operate?
th test.lua -input_image tubingen.jpg -model_t7 data/checkpoints/rio.jpg/model_50000.t7
thanks
model_final.t7 size is 13M. the trained model model_50000.t7 is 2.6M
and report error
Concat.lua:27: bad argument #1 to 'copy' (sizes do not match
I have the same issue that got error: Concat.lua:27: bad argument #1 to 'copy' (sizes do not match
Is there any solution?
Image dimensions should be multiple of 32.