lisa-lab / DeepLearningTutorials

Deep Learning Tutorial notes and code. See the wiki for more info.
http://deeplearning.net/tutorial
Other
4.12k stars 2.13k forks source link

[continuation of #186] Fully convolutional networks for 2D segmentation #200

Closed notoraptor closed 6 years ago

notoraptor commented 6 years ago

continuation of #186 .

Rebased and updated with a new commit.

Should work now, but maybe should I just run the 3 tutorial scripts with a small num_epochs (e.g. 60) to check if everything goes well till end. It just takes much time (at least 1 hour with num_epochs=60 for first tutorial [FCN 2D]).

@lamblin @nouiz

lamblin commented 6 years ago

Thanks a lot! I've cherry-picked your changes and added them to the original PR, so if everything works, I'm going to close this one.