mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
mobilenetv3_100 doesn't exist
This commit is contained in:
parent
6e9d6172c8
commit
44d8ecc6e1
@ -30,7 +30,7 @@ Pretrained models can be loaded using `timm.create_model`
|
|||||||
```python
|
```python
|
||||||
import timm
|
import timm
|
||||||
|
|
||||||
m = timm.create_model('mobilenetv3_100', pretrained=True)
|
m = timm.create_model('mobilenetv3_large_100', pretrained=True)
|
||||||
m.eval()
|
m.eval()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user