keplr-io / quiver

Interactive convnet features visualization for Keras
https://keplr-io.github.io/quiver/
MIT License
1.76k stars 223 forks source link

fixing python3 issues and pep8 compliance #5

Closed kmader closed 7 years ago

kmader commented 7 years ago

A few changes and standardizing imports and requirements

jakebian commented 7 years ago

Looks great, thanks! Can you rebase? Note I changed the folder structure a bit so that quiverboard is now subdirectory of quiver_engine (so that it's less of a pain to include it in the distribution), which may affect the your change slightly.

alup commented 7 years ago

:+1:

jakebian commented 7 years ago

Fixed rebase conflicts and merged to master https://github.com/jakebian/quiver/commit/489bde0b4160b71f95c1fb01fbcb3db7c9d26686 https://github.com/jakebian/quiver/commit/b5a82fa2ccb56a85a289474f5fff8215a08cbd63

Thanks again @kmader