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

How do I view visulaizations? #9

Open
ctrivino1 opened this issue Nov 7, 2022 · 2 comments
Open

How do I view visulaizations? #9

ctrivino1 opened this issue Nov 7, 2022 · 2 comments

Comments

@ctrivino1
Copy link

Hi,

I can currently run your code in a VS code environment and can see the network being trained but I don't see any visualizations. Is there something I need to do to see them? thanks.

@ctrivino1
Copy link
Author

I know there are in .py files but it would be nice if I could use them in a google colab environment. Do you have any code I could I could run in colab to get the same results I get in VS code? Thank You!

@lizeyan
Copy link
Member

lizeyan commented Nov 8, 2022

I am sorry that I can find the runnable scripts for visualization since this project is old. Here I list the tools to obtain the visualization:

  • Loss curve. You can export the loss values in DonutX:fit() by loop.get_data_by_name("train_loss") and plot it by Matplotlib
  • Fig. 10: It is plotted by a self-build visualization tool, written in Qt5 and not open-sourced.
  • Fig. 11: I exported the coordinates of z to a txt file and then used Wolfram Mathematica to read and plot it (using a function called Plot3D).

And I have not used Colab. I do not know how to run the scripts in Colab.

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

2 participants