File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
160160First define a *bn+relu+conv* block that returns the name of the last layer of
Original file line number Diff line number Diff 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
191191We used Lasagne layers, as you can see in the code below.
192192
You can’t perform that action at this time.
0 commit comments