Metadata-Version: 2.1
Name: highresnet
Version: 0.1.0
Summary: PyTorch implementation of HighResNet
Home-page: https://github.com/fepegar/highresnet
Author: Fernando Perez-Garcia
Author-email: fernando.perezgarcia.17@ucl.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

PyTorch implementation of HighRes3DNet from [Li et al., 2017,
*On the Compactness, Efficiency, and Representation of
3D Convolutional Networks: Brain Parcellation as a Pretext Task*][li].

A 2D version (HighRes2DNet) is also available.

[li]: https://arxiv.org/pdf/1707.01992.pdf


