pytorch/vision

NASNet Model

Open

#321 opened on Nov 3, 2017

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Python (15,050 stars) (6,858 forks)batch import
enhancementhelp wanted

Description

Recently the Google Brain Team released a fantastic CNN model, NASNet, in TF-slim, which achieved the state-of-the-art Top-1 Accuracy on ImageNet by 82.7 %. I want to know that the PyTorch team has any plan for implement or porting this model into the PyTorch Offifcial Models (i.e., torchvision models)?

Contributor guide