Skip to content

Commit ca52c8a

Browse files
StephanieLarocquenotoraptor
authored andcommitted
ref for dataset loaders
1 parent d731882 commit ca52c8a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

doc/cnn_1D_segm.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ Papers related to Theano/Lasagne:
192192

193193
* `[website] <https://zenodo.org/record/27878#.WQocDrw18yc>`_ Sander Dieleman, Jan Schluter, Colin Raffel, Eben Olson, Søren Kaae Sønderby, Daniel Nouri, Daniel Maturana, Martin Thoma, Eric Battenberg, Jack Kelly, Jeffrey De Fauw, Michael Heilman, diogo149, Brian McFee, Hendrik Weideman, takacsg84, peterderivaz, Jon, instagibbs, Dr. Kashif Rasul, CongLiu, Britefury, and Jonas Degrave, “Lasagne: First release.” (2015).
194194

195+
* `[GitHub Repo] <https://github.com/fvisin/dataset_loaders>`_ Francesco Visin, Adriana Romero - Dataset loaders: a python library to load and preprocess datasets. 2017
196+
195197
Acknowledgements
196198
================
197199

doc/fcn_2D_segm.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The FCN-8 implementation can be found in the following file:
171171

172172
* `fcn8.py <../code/fcn_2D_segm/fcn8.py>`_ : Defines the model.
173173
* `train_fcn8.py <../code/fcn_2D_segm/train_fcn8.py>`_ : Training loop.
174+
* `[GitHub Repo] <https://github.com/fvisin/dataset_loaders>`_ Francesco Visin, Adriana Romero - Dataset loaders: a python library to load and preprocess datasets. 2017
174175

175176

176177
TODO : import model_helpers, dataset_loader, metrics

doc/unet.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ References
149149
If you use this tutorial, please cite the following papers.
150150

151151
* `[pdf] <https://arxiv.org/pdf/1505.04597.pdf>`__ Olaf Ronneberger, Philipp Fischer, Thomas Brox. U_Net: Convolutional Networks for Biomedical Image Segmentation. May 2015.
152+
* `[GitHub Repo] <https://github.com/fvisin/dataset_loaders>`_ Francesco Visin, Adriana Romero - Dataset loaders: a python library to load and preprocess datasets. 2017
153+
152154

153155
Papers related to Theano/Lasagne:
154156

0 commit comments

Comments
 (0)