Ver código fonte

预测代码

罗俊辉 1 ano atrás
pai
commit
0b9c6ac465
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      process_data.py

+ 1 - 1
process_data.py

@@ -46,7 +46,7 @@ def generate_train_label(item, y_ori_data, cate):
 
 
 if __name__ == '__main__':
-    x_path = 'prid-data/train_0314_0317.json'
+    x_path = 'prid_data/train_0314_0317.json'
     y_path = 'data/daily-label-20240315-20240321.json'
 
     with open(x_path) as f: