Skip to content

Commit 739870e

Browse files
StephanieLarocquenotoraptor
authored andcommitted
fix in shared_path for config.ini
1 parent 15efc40 commit 739870e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/cnn_1D_segm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Change the *dataset_loaders/config.ini* file and add the right path for the data
154154

155155
[cortical_layers]
156156

157-
shared_path = /data/lisa/exp/vazquezd/datasets/cortical_layers/
157+
shared_path = /path/to/DeepLearningTutorials/data/cortical_layers/
158158

159159

160160
First define a *bn+relu+conv* block that returns the name of the last layer of

doc/fcn_2D_segm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Change the *dataset_loaders/config.ini* file and add the right path for the data
186186

187187
[polyps912]
188188

189-
shared_path = /data/lisa/exp/vazquezd/datasets/polyps_split7/
189+
shared_path = /path/to/DeepLearningTutorials/data/polyps_split7/
190190

191191
We used Lasagne layers, as you can see in the code below.
192192

0 commit comments

Comments
 (0)