Commit b9e714be authored by 赵威's avatar 赵威

run forever

parent f7f58d41
...@@ -41,4 +41,5 @@ if __name__ == "__main__": ...@@ -41,4 +41,5 @@ if __name__ == "__main__":
print(tractate_save_path + "!!!!!!!!!!!!!!!!!!!!!!!!!!!") print(tractate_save_path + "!!!!!!!!!!!!!!!!!!!!!!!!!!!")
tractate_predict_fn = tf.contrib.predictor.from_saved_model(tractate_save_path) tractate_predict_fn = tf.contrib.predictor.from_saved_model(tractate_save_path)
predict_with_city_changed(device_dict, diary_dict, tractate_dict, diary_predict_fn, tractate_predict_fn) while True:
predict_with_city_changed(device_dict, diary_dict, tractate_dict, diary_predict_fn, tractate_predict_fn)
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