Browse Source

预测代码

罗俊辉 1 year ago
parent
commit
0b9c6ac465
1 changed files with 1 additions and 1 deletions
  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: