├── .gitignore ├── LICENSE ├── README.md ├── residual.py └── toy_model.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relh/keras-residual-unit/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relh/keras-residual-unit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relh/keras-residual-unit/HEAD/README.md -------------------------------------------------------------------------------- /residual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relh/keras-residual-unit/HEAD/residual.py -------------------------------------------------------------------------------- /toy_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relh/keras-residual-unit/HEAD/toy_model.png --------------------------------------------------------------------------------