Skip to content
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

MnasNet #118

Open
5 tasks
FrancescoSaverioZuppichini opened this issue Oct 17, 2020 · 1 comment
Open
5 tasks

MnasNet #118

FrancescoSaverioZuppichini opened this issue Oct 17, 2020 · 1 comment
Labels
model This issues will add a new model

Comments

@FrancescoSaverioZuppichini
Copy link
Owner

Paper

Implement MnasNet

TODOs

  • develop the model in a scalable way (using *Block syntax and nn modules)
  • draw the model on figma
  • write doc
  • test the model
  • get (if possible) the pretrained weights

https://github.com/AnjieCheng/MnasNet-PyTorch/blob/master/MnasNet.py

@FrancescoSaverioZuppichini FrancescoSaverioZuppichini added the model This issues will add a new model label Oct 17, 2020
@FrancescoSaverioZuppichini
Copy link
Owner Author

We should rewrite EfficienetNet to be as scalable as possible to also include MobileNet, EfficienetNetLite and also MnasNet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model This issues will add a new model
Projects
None yet
Development

No branches or pull requests

1 participant