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

Histograms does not work properly #54

Closed
taochenshh opened this issue Dec 4, 2017 · 1 comment
Closed

Histograms does not work properly #54

taochenshh opened this issue Dec 4, 2017 · 1 comment

Comments

@taochenshh
Copy link

taochenshh commented Dec 4, 2017

Hi, thanks for your great work.

When I add network's parameters to histogram via:

for name, param in resnet18.named_parameters():
       writer.add_histogram(name, param.clone().cpu().data.numpy(), n_iter)

The histograms showed in tensorboard are always a peak triangles. I have tried the mnist and vae examples from https://github.com/pytorch/examples. Histograms are always triangles.
image

@taochenshh
Copy link
Author

found a similar post: #42, close this one

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

1 participant