keras-resnet icon indicating copy to clipboard operation
keras-resnet copied to clipboard

Add setup.py, resolve name shadowing

Open clbarnes opened this issue 7 years ago • 1 comments

  • Adding a setup.py allows others to use the ResnetBuilder in a more tidy and traceable way.
  • Variables called input were renamed to input_data to resolve name clashes with the builtin input

Versioning is left up to @raghakot

clbarnes avatar Jan 09 '18 18:01 clbarnes

I've managed to install your version with pip install git+https://github.com/clbarnes/keras-resnet.git@clbarnes-dev

Dario-Mantegazza avatar Aug 13 '18 13:08 Dario-Mantegazza