-
Notifications
You must be signed in to change notification settings - Fork 305
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
update URL mapping and add advprop pretrain models #111
base: master
Are you sure you want to change the base?
Conversation
update URL map and add advprop pretrain models
Hello @Cyril9227! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-01-28 07:51:51 UTC |
Removed duplicate function from_pretrained and added advprop option to from_pretrained function
Modified docstrings and comments so they reflect better what the code is actually doing (it was previously a copy paste from another repo) and made few changes so the code stay consistent with the new available weights
Please merge this, I am having the same problem. |
@toandaominh1997 thank's for your amazing work.
However the URL links are broken, this PR fixes the URL mapping and also provides the option to load pretrained models using adversarial training, called advprop, see luke melas implementation.
Also modified docstrings and comments in efficientnet.py so they reflect better what the code is actually doing (it was previously a copy paste from another repo) and made few changes so the code stay consistent with the new available weights.
The project should be operational with those changes.