ELEKTRONN / elektronn3

A PyTorch-based library for working with 3D and 2D convolutional neural networks, with focus on semantic segmentation of volumetric biomedical image data
MIT License
160 stars 27 forks source link

Improve PatchCreator interface, add basic 2D training support #22

Closed mdraw closed 6 years ago

mdraw commented 6 years ago

There are a few breaking changes in this PR. Please refer to the updated scripts in the examples directory and the updated docs for fixing old custom training scripts if needed.

Highlights:

Partially addressing #5.