dcarpintero
commited on
Commit
•
92b8d63
1
Parent(s):
fc8b390
Update README.md
Browse files
README.md
CHANGED
@@ -100,6 +100,7 @@ model.predictions(img)
|
|
100 |
|
101 |
## Sample Output
|
102 |
|
|
|
103 |
{'Dress': 84.437744,
|
104 |
'Coat': 7.631796,
|
105 |
'Pullover': 4.2272186,
|
@@ -110,3 +111,4 @@ model.predictions(img)
|
|
110 |
'Sneaker': 0.0031491981,
|
111 |
'Ankle-Boot': 0.00063403655,
|
112 |
'Sandal': 8.5103806e-05}
|
|
|
|
100 |
|
101 |
## Sample Output
|
102 |
|
103 |
+
```
|
104 |
{'Dress': 84.437744,
|
105 |
'Coat': 7.631796,
|
106 |
'Pullover': 4.2272186,
|
|
|
111 |
'Sneaker': 0.0031491981,
|
112 |
'Ankle-Boot': 0.00063403655,
|
113 |
'Sandal': 8.5103806e-05}
|
114 |
+
```
|