Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 540 Bytes

Keras DropBlock

Travis Coverage

Implementation of DropBlock

Install

Install from local folder:

python setup.py install

Or install from PyPI

pip install keras-drop-block

Usage

See fashion mnist demo.