how can i load the pretrained params in this REsNet AE?
You may load the pre-trained model as in 'test.py', let me know if you are trying to load the model in a different way.
You may load the pre-trained model as in 'test.py', let me know if you are trying to load the model in a different way.
in 'test.py' i can load the pretrained params of resnet as encoder, but how do I load the resnet params as decoder?
Has anyone trained up a decoder? Agree with @JimberZ that a set of weights for the decoder would be really nice. I suppose you'd have to load and freeze the encoder weights, and then train the decoder on a large image dataset.
Any news on pretrained weights for the decoder?