Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
e883c39
1
Parent(s):
677f7e9
Update gen_cmat.py -line 19 model = model_s(alive_bar_on=True)
Browse files- st_mlbee/gen_cmat.py +3 -2
st_mlbee/gen_cmat.py
CHANGED
|
@@ -15,9 +15,10 @@ from logzero import logger
|
|
| 15 |
from st_mlbee.cos_matrix2 import cos_matrix2
|
| 16 |
|
| 17 |
try:
|
| 18 |
-
model = model_s()
|
|
|
|
| 19 |
except Exception as _:
|
| 20 |
-
logger.
|
| 21 |
raise
|
| 22 |
|
| 23 |
|
|
|
|
| 15 |
from st_mlbee.cos_matrix2 import cos_matrix2
|
| 16 |
|
| 17 |
try:
|
| 18 |
+
# model = model_s()
|
| 19 |
+
model = model_s(alive_bar_on=True)
|
| 20 |
except Exception as _:
|
| 21 |
+
logger.error(_)
|
| 22 |
raise
|
| 23 |
|
| 24 |
|