Skip to content

Conversation

@clbarnes
Copy link

@clbarnes clbarnes commented Jan 9, 2018

  • 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

`input` shadows a built-in name, which can cause bugs, confusion, and
unhappy IDEs.
@clbarnes clbarnes force-pushed the clbarnes-dev branch 2 times, most recently from b3404db to 454a52c Compare January 9, 2018 19:48
This allows resnet.py to be used as a library in a much more accessible
fashion.
The py2 build using the theano backend breaks unless mkl is installed
manually and an environment variable set.
@Dario-Mantegazza
Copy link

Dario-Mantegazza commented Aug 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants