Metadata-Version: 2.1
Name: scalenet
Version: 0.0.8
Summary: A universal pytorch module for implementing multiscale architectures (UNet, spatial pyramid, SpyNet, res-Unet)
Home-page: https://github.com/supersergiy/scalenet
Author: Sergiy Popovych
Author-email: sergiy.popovich@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: six

# scalenet
A universal pytorch module for implementing multiscale architectures (UNet, spatial pyramid, SpyNet, res-Unet)

## Introduction
See [overview slides](https://docs.google.com/presentation/d/1Gs5kduVHlGPyNn-X7gnDPuQUb3wP1_8sNgalDV4cOJE/edit?usp=sharing) describing ScaleNet + Artificery.


