Skip to content
Snippets Groups Projects
Commit 24b110a2 authored by tomrink's avatar tomrink
Browse files

minor

parent 95daa4c3
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ logdir = "{}/run-{}/".format(root_logdir, now) ...@@ -22,6 +22,7 @@ logdir = "{}/run-{}/".format(root_logdir, now)
root_savedir = home_dir+'/tf_model' root_savedir = home_dir+'/tf_model'
modeldir = "{}/run-{}/".format(root_savedir, now) modeldir = "{}/run-{}/".format(root_savedir, now)
ewa_varsdir = "{}/run_ewa_vars-{}/".format(root_savedir, now)
root_cachedir = home_dir+'/cache' root_cachedir = home_dir+'/cache'
cachepath = "{}/run-{}".format(root_cachedir, now) cachepath = "{}/run-{}".format(root_cachedir, now)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment