├── README.md ├── main.py ├── models ├── Custom.py ├── Pooling.py ├── __init__.py └── vgg.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/main.py -------------------------------------------------------------------------------- /models/Custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/models/Custom.py -------------------------------------------------------------------------------- /models/Pooling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/models/Pooling.py -------------------------------------------------------------------------------- /models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/models/__init__.py -------------------------------------------------------------------------------- /models/vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/models/vgg.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emedinac/S3Pool/HEAD/utils.py --------------------------------------------------------------------------------