texture_nets icon indicating copy to clipboard operation
texture_nets copied to clipboard

train model seems not OK?

Open sukerlove opened this issue 8 years ago • 3 comments

I use

th train.lua -data -style_image path/to/img.jpg

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

rio.zip

thanks

sukerlove avatar Aug 29 '16 13:08 sukerlove

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

weareno1 avatar Aug 31 '16 02:08 weareno1

I have the same issue that got error: Concat.lua:27: bad argument #1 to 'copy' (sizes do not match

Is there any solution?

Kenhouse avatar Dec 16 '16 07:12 Kenhouse

Image dimensions should be multiple of 32.

DmitryUlyanov avatar Dec 25 '16 20:12 DmitryUlyanov