Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 677 Bytes

File metadata and controls

17 lines (14 loc) · 677 Bytes

U-Net implementation using candle

Simple implementation of the original U-Net paper using the candle framework as an exercise to get more familiar with it.

Citation

@inproceedings{ronneberger2015u,
  title={U-net: Convolutional networks for biomedical image segmentation},
  author={Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas},
  booktitle={Medical image computing and computer-assisted intervention--MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part III 18},
  pages={234--241},
  year={2015},
  organization={Springer}
}