Skip to content
Snippets Groups Projects
Commit 7e9f7a1d authored by tomrink's avatar tomrink
Browse files

snapshot...

parent f885f6b9
No related branches found
No related tags found
No related merge requests found
import tensorflow as tf import tensorflow as tf
from util.setup import logdir, modeldir, cachepath from util.setup import logdir, modeldir, cachepath
from util.util import homedir
import subprocess import subprocess
import os, datetime import os, datetime
...@@ -30,7 +31,7 @@ CONV3D = False ...@@ -30,7 +31,7 @@ CONV3D = False
img_width = 16 img_width = 16
mean_std_file = '/Users/tomrink/data/icing/fovs_mean_std_day.pkl' mean_std_file = homedir+'data/icing/fovs_mean_std_day.pkl'
f = open(mean_std_file, 'rb') f = open(mean_std_file, 'rb')
mean_std_dct = pickle.load(f) mean_std_dct = pickle.load(f)
f.close() f.close()
......
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