From 828e4549bf9d661cb94cc867ee8f14b9c16d4c08 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Sun, 20 Mar 2016 16:07:00 +0900 Subject: [PATCH] Fix checkpoint paths Relative path handling seems to have changed at some point since this was released; see issues #571 and 751. -POLM --- save/kanji/checkpoint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/save/kanji/checkpoint b/save/kanji/checkpoint index 6d7dbbf..92c11cc 100644 --- a/save/kanji/checkpoint +++ b/save/kanji/checkpoint @@ -1,2 +1,2 @@ -model_checkpoint_path: "save/kanji/model.ckpt-0" -all_model_checkpoint_paths: "save/kanji/model.ckpt-0" +model_checkpoint_path: "model.ckpt-0" +all_model_checkpoint_paths: "model.ckpt-0"