mbeltrami commited on
Commit
2673597
·
1 Parent(s): babcf82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("MNIST", alpha=0.5, beta=1.0, t_zero=6, num_layers=4, num_classes=10, resolution=160)
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