raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.98k stars 664 forks source link

How can i install keras-vis in conda environment? #69

Closed csh412 closed 7 years ago

csh412 commented 7 years ago

Hi, I like to use keras-vis in jupyter notebook env

So I tried installing keras-vis in conda as below:

1

However, as you can see package was not found...

How can i install keras-vis in conda env? Thank you

Ragitagha commented 7 years ago

Dear Support, this issue should be still open, keras-vis is still not available via conda install. Please provide us with some more information!

Best regards!

csh412 commented 7 years ago

I solved this problem using git clone method as below:

$ git clone https://github.com/raghakot/keras-vis $ cd keras-vis $ git checkout Branch # where Branch is the desired branch

Now I can use keras-vis library in jupyter notebook!

Ragitagha commented 7 years ago

Hiho, but can you use it inside spyder too? as global conda install? Best regards

yuval-harpaz commented 6 years ago

Here is a solution, presuming ipython is used in terminal as well as in spyder. In bash terminal I cd into the cloned repo and ran: sudo ipython setup.py install Now I can work with the notebook and import vis in spyder. I don't know why, but the first time I tried I got noisy image for node 20, no bird at all. The second time, perhaps after a restart it all went smooth.

soumendra commented 5 years ago

Any solutions yet? The package is also not in conda-forge etc.

macheski commented 4 years ago

https://pypi.org/project/keras-vis-temp/0.4.2/#files download and pip install