AutoEncoder using the EfficientNet#257
Conversation
|
Thanks for this PR! Very interesting. I'll have to think about whether this should be integrated into the main repo or whether it should be a standalone repo. Either way, we'll make sure the community can benefit from this good work! I might be a bit slow to respond over the next week or two due to the holidays, so do not fret if that is the case. |
…image size issue; add latent feature by down/upsampling between encoder and decoder;
|
Thank you for your reply! I just updated my implementation for AE with The old implementation using |
|
Hello. Will this be merged? |
|
Great Pull Request! I am trying EfficientNetAutoEncoder.from_pretrained(), and wondering below shape is correct or not. |
|
Also looking forward to this PR being merged 👍 |
The AutoEncoder is implemented by reverse the forward EfficientNet as a decoder, current implementation only uses Dynamic Padding for TransposedConv2d which works fine for me now.