|
@@ -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),
|
|
|
]
|
|
|
|
|
|
# 获取当前脚本所在的根目录
|