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

hello there ..I have installed keras-vis package and my pip version is 19.1.1 but when i import vis.visualization it says that there is no module named vis.visualization. plzzz help me regarding this.

Open sarthakforwet opened this issue 5 years ago • 3 comments

  • [ ] Check that you are up-to-date with the master branch of keras-vis. You can update with: pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps

  • [ ] If running on TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found here.

  • [ ] If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with: pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps

  • [ ] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).

sarthakforwet avatar Jul 15 '19 12:07 sarthakforwet

Can you gave us the code to reproduce the problem?

keisen avatar Jul 16 '19 02:07 keisen

Code is this import vis.visualizationError: No module named vis.visualizationSent from my Huawei Mobile-------- Original Message --------Subject: Re: [raghakot/keras-vis] hello there ..I have installed keras-vis package and my pip version is 19.1.1 but when i import vis.visualization it says that there is no module named vis.visualization. plzzz help me regarding this. (#195)From: Keisen To: raghakot/keras-vis CC: Sarthak khandelwal ,Author Can you gave us the code to reproduce the problem?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/raghakot/keras-vis/issues/195?email_source=notifications\u0026email_token=ALAGJ7HRKBMNPJXVFOKMOSLP7UW4HA5CNFSM4IDWIXC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ7P6YI#issuecomment-511639393", "url": "https://github.com/raghakot/keras-vis/issues/195?email_source=notifications\u0026email_token=ALAGJ7HRKBMNPJXVFOKMOSLP7UW4HA5CNFSM4IDWIXC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ7P6YI#issuecomment-511639393", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

sarthakforwet avatar Jul 16 '19 03:07 sarthakforwet

@sarthakforwet Please try installing from git and see if it helps.

mmagnuski avatar Jul 19 '19 21:07 mmagnuski