martin-gorner / tensorflow-mnist-tutorial

Sample code for "Tensorflow and deep learning, without a PhD" presentation and code lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named 'tensorflowvisu'

kuatroka opened this issue · comments

Hi, after a fresh install of the tensorflow-1.0.1 on Linux through virtual env and pip3 I'm getting error when trying to import tensorflowvisu.

ImportError: No module named 'tensorflowvisu'

import tensorflow works ok, but the tensorflowvisu does not.

tensorflowvisu.py is a file sitting in this repository, root folder. Python normally looks for local files on import.

Thanks Martin, all is good now, I will close the issue. One side question. Is there a generic code or tutorial on how to create this type of visualisation (with Accuracy Scores and Cost Function metrics) for different/generic networks?
Thanks

Edit
I uncommented the code that you indicated in the mnist_1.0_softmax.py and got all the metrics I need, Thanks