Commit 2c4ec6cd authored by 赵威's avatar 赵威

update model dir

parent 14678a23
......@@ -61,7 +61,7 @@ def main():
diary_dict = diary_fe.get_diary_dict_from_redis()
print("redis data: " + str(len(device_dict)) + " " + str(len(diary_dict)))
save_path = "/home/gmuser/data/models/1596077883"
save_path = "/home/gmuser/data/models/diary/1596083349"
predict_fn = tf.contrib.predictor.from_saved_model(save_path)
# device_id = "androidid_a25a1129c0b38f7b"
......
......@@ -62,7 +62,7 @@ def main():
print("save to: " + save_path)
# save_path = str(Path("~/Desktop/models/1596012827").expanduser()) # local
# save_path = "/home/gmuser/data/models/1596018742" # server
# save_path = "/home/gmuser/data/models/diary/1596083349" # server
# tf.saved_model.load
......
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