Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualizing Graphs #133

Closed
elymatos opened this issue Mar 19, 2019 · 6 comments
Closed

Visualizing Graphs #133

elymatos opened this issue Mar 19, 2019 · 6 comments

Comments

@elymatos
Copy link

Hi team,
I'd like to thanks for the awesome job. As a matter of curiosity, because I want to use Infer.net to show models for students, I'd like to know if it is possible to generate visual graphs like that from Christopher Bishop presentations.
And I'd like to know how to use Microsoft.ML.Probabilistic.Visualizers.Windows (if it is possible).
Thanks,
Ely

@tminka
Copy link
Contributor

tminka commented Mar 19, 2019

This is all explained at Inference engine settings.

@elymatos
Copy link
Author

Thanks @tminka for the answer!
I was able to include the engine setting to generate the graph (as .dgml) for Tutorials/FirstExample, but when I put the same setting in Infer101/RunCyclingSamples, I'm receiving error message:

Problem with converting DOT to SVG
Exception message: "The system cannot find the file specified"
if "dot" program is not installed, install Graphviz
and add a path to "dot" to the PATH

I have the dot program in the PATH (and I can see a .gv in the graphs folder). But besides to correct the error, I'd like to understand why the program is not generating a .dgml file.
Thanks for help,
Ely

@tminka
Copy link
Contributor

tminka commented Mar 21, 2019

It does not generate a .dgml file because you are not using WindowsVisualizer. I have updated the documentation at the above link to clarify this.

@elymatos
Copy link
Author

It does not generate a .dgml file because you are not using WindowsVisualizer. I have updated the documentation at the above link to clarify this.

Thank you very much, @tminka !

@tminka tminka closed this as completed Mar 22, 2019
@jacowp357
Copy link

Hi Tom,

I'm struggling to get .dgml files generated. I'm using Visual Studio for Mac community. This is the error message I'm getting:

Screenshot 2020-09-04 at 12 34 58

@tminka
Copy link
Contributor

tminka commented Sep 4, 2020

That makes sense since WindowsVisualizer does not work on Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants