kamangir commited on
Commit
ba5a7da
·
1 Parent(s): e773d9a

+= README.md - kamangir/bolt#692

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. image_classifier/__init__.py +1 -1
README.md CHANGED
@@ -32,9 +32,9 @@ To retrain `fashion_mnist` type in:
32
 
33
  ```
34
  abc select
35
- abc fashion_mnist train
36
  abc upload
37
- abc image_classifier list . model=object,browser
38
  ```
39
 
40
  You should now see the structure of the network (left) and the content of the model (right).
@@ -45,7 +45,7 @@ You should now see the structure of the network (left) and the content of the mo
45
  You can save this model under a new name by typing in:
46
 
47
  ```
48
- abc fashion_mnist save new_name .
49
  ```
50
 
51
  / END
 
32
 
33
  ```
34
  abc select
35
+ fashion_mnist train
36
  abc upload
37
+ image_classifier list . model=object,browser
38
  ```
39
 
40
  You should now see the structure of the network (left) and the content of the model (right).
 
45
  You can save this model under a new name by typing in:
46
 
47
  ```
48
+ fashion_mnist save new_name .
49
  ```
50
 
51
  / END
image_classifier/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  name = "image_classifier"
2
 
3
- version = "1.1.185"
4
 
5
  description = "fashion-mnist + hugging-face + awesome-bash-cli"
 
1
  name = "image_classifier"
2
 
3
+ version = "1.1.186"
4
 
5
  description = "fashion-mnist + hugging-face + awesome-bash-cli"