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

Detailed example ? #2

Closed
pbacon42 opened this issue Aug 27, 2020 · 2 comments
Closed

Detailed example ? #2

pbacon42 opened this issue Aug 27, 2020 · 2 comments

Comments

@pbacon42
Copy link

Hi,

First of all thank you very much for your repo.

I am studying your CNP implementation and, as for the other networks you propose, you stop the script to the training of the model. Could you please provide the code to fully reproduce the figure you show (especially for the regression) ?

Hopefully this detailed example will call the plot functions implemented in the utils/ directory.

Thank you in advance for your assistance.

Cheers,
Philippe

@Joooohan
Copy link
Contributor

Hi Philippe,

The figures we show can be visualized with tensorboard.

The images generated during training are saved under the logs directory of where you started the script from.

What you can do is

cd cnp/
python train.py
tensorboard --logdir logs

And then go to localhost:6006 with your favorite web browser. Hope you can see them now !

@pbacon42
Copy link
Author

Hi Johan,

Thank you for your reply.

I solved my problem without actually using tensorboard. I was looking for a pure python code.

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