qywok commited on
Commit
a86f06e
·
verified ·
1 Parent(s): a2177dd

Update restful/onnx_utilities.py

Browse files
Files changed (1) hide show
  1. restful/onnx_utilities.py +4 -0
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