pytorch/vision

NASNet Model

Open

#321 opened on Nov 3, 2017

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

Repository metrics

Stars
 (15,050 stars)
PR merge metrics
 (Avg merge 12d 8h) (14 merged PRs in 30d)

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