Commit ab1e8bc0 authored by 宋柯's avatar 宋柯

模型上线

parent b8da2eaf
......@@ -9,8 +9,8 @@ start = time.time()
DATA_DIR = '/data/files/wideAndDeep/trainData/'
CHECKPOINTS_DIR = '/data/files/wideAndDeep/checkpoints/'
if os.path.exists(CHECKPOINTS_DIR):
os.rmdir(CHECKPOINTS_DIR)
# if os.path.exists(CHECKPOINTS_DIR):
# os.rmdir(CHECKPOINTS_DIR)
MODEL_BASE_DIR = '/data/files/wideAndDeep/tensorServing_models/service'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment