├── LICENSE ├── README.md ├── config.py ├── layer_defs.py ├── main.py ├── models.py └── requirements.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/config.py -------------------------------------------------------------------------------- /layer_defs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/layer_defs.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/main.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/models.py -------------------------------------------------------------------------------- /requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EkdeepSLubana/BeyondBatchNorm/HEAD/requirements.sh --------------------------------------------------------------------------------