-
Notifications
You must be signed in to change notification settings - Fork 111
ImportError: No module named visualization.writer #152
Comments
We are changing the visualization from the official tensorboard to our own tensorboard https://github.com/dmlc/tensorboard . I guess it is broken right now. In the meanwhile, to workaround this. You could check out the repository I mentioned and try to directly use it for visualization. |
@muzi-8 our own tensorboard could be installed via @jermainewang anything I can do for Minpy? |
@jermainewang Thanks for helping. because the method that comes from officail website is tedious and installation process is time-consuming.So I take the following approach. But all is not think well. /home/muzi/tensorboard/docs/tutorial/mnist/train_mnist.py in () ImportError: No module named train_model_monitor" According to the information, train_model_monitor is nonexistent. And I don't konw this moudle role . Looking forward to your help and answer. Thank you very much ! |
@muzi-8 thanks for your feedback. Just remove the You're welcomed to give us feedback at dmlc/tensorboard#19 if you have any issue after installing tensorboard via |
@zihaolucky Yes. Let me create a separate issue on possible improvements for dmlc/tensorboard and minpy. Thanks. |
@jermainewang Cool, @piiswrong and I are just about to bring dmlc/tensorboard to MXNet, dmlc/tensorboard#10, your suggestions must help a lot. |
I have installed the mxnet、minpy and tensorflow library,
"Visualization with Tensorboard" code, when I run the
"from minpy.visualization.writer import LegacySummaryWriter as SummaryWriter
import minpy.visualization.summaryOps as summaryOps"
occurs a error, it's "ImportError: No module named visualization.writer"
I'm confused. thanks!
The text was updated successfully, but these errors were encountered: