ResNet-decoder icon indicating copy to clipboard operation
ResNet-decoder copied to clipboard

how can i load the pretrained params in this REsNet AE?

Open JimberZ opened this issue 2 years ago • 4 comments

JimberZ avatar Aug 13 '23 02:08 JimberZ

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.

JiahongChen avatar Aug 13 '23 05:08 JiahongChen

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?

JimberZ avatar Aug 17 '23 02:08 JimberZ

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.

robertmash2 avatar Sep 07 '23 11:09 robertmash2

Any news on pretrained weights for the decoder?

pizzawithsucuk avatar Feb 16 '24 09:02 pizzawithsucuk