David 2 tháng trước cách đây
mục cha
commit
822e1ca4bf
2 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 1 1
      models_processing/model_tf/tf_cnn_pre.py
  2. 10 0
      post_processing/cdq_coe_gen.py

+ 1 - 1
models_processing/model_tf/tf_cnn_pre.py

@@ -8,7 +8,7 @@ import json, copy
 import numpy as np
 from flask import Flask, request, g
 import logging, argparse, traceback
-from common.database_dml import *
+from common.database_dml_koi import *
 from common.processing_data_common import missing_features, str_to_list
 from data_processing.data_operation.data_handler import DataHandler
 from threading import Lock

+ 10 - 0
post_processing/cdq_coe_gen.py

@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+# -*- coding:utf-8 -*-
+# @FileName  :cdq_coe_gen.py
+# @Time      :2025/3/28 16:20
+# @Author    :David
+# @Company: shenyang JY
+ 
+ 
+if __name__ == "__main__":
+    run_code = 0