keras-resnet
keras-resnet copied to clipboard
Add setup.py, resolve name shadowing
- Adding a
setup.py
allows others to use theResnetBuilder
in a more tidy and traceable way. - Variables called
input
were renamed toinput_data
to resolve name clashes with the builtininput
Versioning is left up to @raghakot
I've managed to install your version with pip install git+https://github.com/clbarnes/keras-resnet.git@clbarnes-dev