Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ To download and use this repo:
|
|
22 |
|
23 |
```
|
24 |
from micromind import PhiNet
|
25 |
-
model = PhiNet.from_pretrained("
|
26 |
```
|
27 |
|
28 |
## Authors
|
|
|
22 |
|
23 |
```
|
24 |
from micromind import PhiNet
|
25 |
+
model = PhiNet.from_pretrained("CIFAR-10", alpha=3.0, beta=0.75, t_zero=6, num_layers=7, num_classes=10, resolution=160)
|
26 |
```
|
27 |
|
28 |
## Authors
|