Closed AakashKumarNain closed 7 years ago
decoder.npy is export from t7 file I use a module called torchfile https://github.com/xunhuang1995/AdaIN-style
Okay. Thanks for the info. Few more questions :
torchfile
, I can load the t7
object but there is no documentation on how to convert it into .npy
.trainable
, then why did you use the decoder from the original code? Why didn't you train it from scratch?l2
, coeff of style_loss
and lr
?I would be happy if you are willing to continue this work.
Yeah, I am going to continue it but before that can you elaborate your second statement Becasuse I can't train a model which can give reasonable output.
I have tried to train a model in little dataset(8 image and 8 style) but the loss didn't come down and the output is white noise. I downloaded the data which the original author used, but my tutor push me in my paper, so i can't continue in this month. The npy file This file is a python dict, I merged the vgg19 and decoder in it.
Okay. Thanks for the .npy
file. I will share the results once I am done with it.
As per your code in the
beta
directory, we needdecoder.npy
, to train the model, but you haven't described how you generated it. Did you initialized it randomly ? Here is a snippet from your code:Also, I changed the
main.py
in the following way:Can you please elaborate what am I doing wrong here ?