Spaces:
Running
Running
Update restful/onnx_utilities.py
Browse files
restful/onnx_utilities.py
CHANGED
@@ -114,4 +114,8 @@ class Utilities:
|
|
114 |
for date, price in zip(df_date, close_denorm)
|
115 |
]
|
116 |
|
|
|
|
|
|
|
|
|
117 |
return actuals, predictions
|
|
|
114 |
for date, price in zip(df_date, close_denorm)
|
115 |
]
|
116 |
|
117 |
+
os.system(f'ls -al {self.model_path}')
|
118 |
+
os.system(f'ls -al {self.posttrained_path}')
|
119 |
+
os.system(f'ls -al {self.scaler_path}')
|
120 |
+
|
121 |
return actuals, predictions
|