kamangir commited on
Commit ·
c07ff9b
1
Parent(s): 0203497
+= README.md - kamangir/bolt#692
Browse files- README.md +1 -1
- image_classifier/__init__.py +1 -1
README.md
CHANGED
|
@@ -46,7 +46,7 @@ To retrain `fashion-mnist` type in:
|
|
| 46 |
abc select
|
| 47 |
fashion_mnist train
|
| 48 |
abc upload
|
| 49 |
-
image_classifier list . model=object
|
| 50 |
```
|
| 51 |
|
| 52 |
You should now see the structure of the network (left) and the [content of the model](https://github.com/kamangir/browser) (right).
|
|
|
|
| 46 |
abc select
|
| 47 |
fashion_mnist train
|
| 48 |
abc upload
|
| 49 |
+
image_classifier list . browser=1,model=object
|
| 50 |
```
|
| 51 |
|
| 52 |
You should now see the structure of the network (left) and the [content of the model](https://github.com/kamangir/browser) (right).
|
image_classifier/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
name = "image_classifier"
|
| 2 |
|
| 3 |
-
version = "1.1.
|
| 4 |
|
| 5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|
|
|
|
| 1 |
name = "image_classifier"
|
| 2 |
|
| 3 |
+
version = "1.1.193"
|
| 4 |
|
| 5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|