丁云鹏 5 months ago
parent
commit
daed26ad58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recommend-model-produce/src/main/python/models/dnn/config.yaml

+ 1 - 1
recommend-model-produce/src/main/python/models/dnn/config.yaml

@@ -34,7 +34,7 @@ runner:
   num_workers: 0
   #use inference save model
   # model_init_path: "output_model_dnn/2" # init model
-  use_inference: False
+  use_inference: True
   save_inference_feed_varnames: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","dense_input"]
   save_inference_fetch_varnames: ["sigmoid_0.tmp_0"]