Skip to content

Commit

Permalink
Fixed tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Apr 13, 2017
1 parent c016bda commit b89aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NN/TF/Networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ def save(self, path=None, name=None, overwrite=True):
break
with open(os.path.join(path, name, "IO.txt"), "w") as file:
file.write("\n".join([
"Input : Entry:Placeholder:0",
"Input : Entry/Placeholder:0",
"Output : {}:0".format(_output)
]))
graph_io.write_graph(self._sess.graph, os.path.join(path, name), "Cache.pb", False)
Expand Down

0 comments on commit b89aaec

Please sign in to comment.