kamangir
commited on
Commit
·
aaddfcc
1
Parent(s):
3755299
validating fashion_mnist train - kamangir/bolt#692
Browse files
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.73"
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|
image_classifier/classes.py
CHANGED
@@ -160,7 +160,7 @@ class Image_Classifier(object):
|
|
160 |
if page_count != -1:
|
161 |
max_index = min(24 * page_count, max_index)
|
162 |
logger.info(
|
163 |
-
f"image_classifier.predict(): rendering {max_index / 24
|
164 |
)
|
165 |
for index in tqdm(range(0, max_index, 24)):
|
166 |
self.render(
|
|
|
160 |
if page_count != -1:
|
161 |
max_index = min(24 * page_count, max_index)
|
162 |
logger.info(
|
163 |
+
f"image_classifier.predict(): rendering {max_index / 24:.0f} frame(s)..."
|
164 |
)
|
165 |
for index in tqdm(range(0, max_index, 24)):
|
166 |
self.render(
|