Merge pull request #214 from MohamedAliRashad/patch-1

mobilenetv3_100 doesn't exist
pull/216/head
Ross Wightman 4 years ago committed by GitHub
commit 078a51dbac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ Pretrained models can be loaded using `timm.create_model`
```python
import timm
m = timm.create_model('mobilenetv3_100', pretrained=True)
m = timm.create_model('mobilenetv3_large_100', pretrained=True)
m.eval()
```

Loading…
Cancel
Save