Skip to content
Snippets Groups Projects
Commit 559e4180 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 35896d5a
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ root_cachedir = home_dir+'/cache'
cachepath = "{}/run-{}".format(root_cachedir, now)
cachepath = cachepath+'.pkl'
gpu_devices = {0: '/device:GPU:0', 1: '/device:GPU:1', 2: '/device:GPU:2'}
try:
user_paths = os.environ['PYTHONPATH'].split(os.pathsep)
python_path = None
......@@ -46,4 +48,3 @@ except KeyError:
print('** PYTHONPATH must be defined! *', file=sys.stderr)
python_path = None
gpu_devices = {0: '/device:GPU:0', 1: '/device:GPU:1', 2: '/device:GPU:2'}
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