houqinju2016

Results 2 comments of houqinju2016

I think you can solve the problem by changing the code ( "train.py", line 77) like this: train step = int(meta_graph_path.split("-")[-1].split(".")[0]) Note: the value of variable **meta_graph_path** equals "model.ckpt-79180.meta" where...

出现了同样的问题