Skip to content

Commit 3cbc10c

Browse files
committed
more readme version updates
1 parent 5545fad commit 3cbc10c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ It was not possible to upload all experiments due to size limits. However, the p
2929
## Requirements
3030

3131
- Python 3.5 (tested with Python 3.5.3)
32+
- Tensorflow (tested with tensorflow 1.12)
3233
- The package requirements are given in `requirements.txt`
3334

3435
## Getting the code
@@ -49,11 +50,11 @@ Next, install the required packages listed in the `requirements.txt` file:
4950

5051
The tensorflow packages are not part of the requirements file because you may want to toggle the CPU and GPU version. For the GPU version type
5152

52-
``` pip install tensorflow-gpu==1.13```
53+
``` pip install tensorflow-gpu==1.12```
5354

5455
If you want to use the CPU version use the following command.
5556

56-
``` pip install tensorflow==1.13```
57+
``` pip install tensorflow==1.12```
5758

5859
If you want to go back and forth between GPU and CPU it probably makes sense to make two separate environments which are identical except
5960
for the tensorflow version.

config/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# when it is executed on one of the clusters.
1414

1515
at_biwi = True # Are you running this code from the ETH Computer Vision Lab (Biwi)?
16-
project_root = '/scratch_net/bmicdl03/code/python/acdc_test'
16+
project_root = '/scratch_net/bmicdl03/code/python/acdc_public_segmenter'
1717
data_root = '/scratch_net/bmicdl03/data/ACDC_challenge_20170617/'
1818
test_data_root = '/scratch_net/bmicdl03/data/ACDC_challenge_testdata/'
1919
local_hostnames = ['bmicdl03'] # used to check if on cluster or not,

0 commit comments

Comments
 (0)