Browse Source

Merge branch 'dev_david' of http://git.jiayuepowertech.com:9022/anweiguo/algorithm_platform into dev_david
hebing

David 2 weeks ago
parent
commit
c752130d63
1 changed files with 6 additions and 0 deletions
  1. 6 0
      run_all.py

+ 6 - 0
run_all.py

@@ -27,6 +27,11 @@ services = [
     ("models_processing/model_tf/tf_lstm_train.py", 10115),
     ("models_processing/model_tf/tf_test_pre.py", 10116),
     ("models_processing/model_tf/tf_test_train.py", 10117),
+    ("models_processing/model_tf/tf_lstm2_pre.py", 10120),
+    ("models_processing/model_tf/tf_lstm2_train.py", 10119),
+    ("models_processing/model_tf/tf_lstm3_pre.py", 10122),
+    ("models_processing/model_tf/tf_lstm3_train.py", 10121),
+
 
     ("post_processing/post_processing.py", 10098),
     ("evaluation_processing/analysis.py", 10099),
@@ -37,6 +42,7 @@ services = [
     ("models_processing/model_predict/model_prediction_bp.py", 10104),
     ("data_processing/data_operation/data_tj_nwp_ftp.py", 10106),
     ("post_processing/pre_post_processing.py", 10107),
+    ("post_processing/cdq_coe_gen.py", 10123),
 ]
 
 # 获取当前脚本所在的根目录