-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoEncoder using the EfficientNet #257
base: master
Are you sure you want to change the base?
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.