Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setup.py, resolve name shadowing #52

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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