edadaltocg
commited on
Commit
•
a8aa362
1
Parent(s):
aa80fa3
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ Use the code below to get started with the model.
|
|
35 |
|
36 |
```python
|
37 |
import timm
|
38 |
-
model = timm.create_model("
|
39 |
```
|
40 |
|
41 |
## Training Data
|
|
|
35 |
|
36 |
```python
|
37 |
import timm
|
38 |
+
model = timm.create_model("resnet18_cifar100", pretrained=True)
|
39 |
```
|
40 |
|
41 |
## Training Data
|