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

Comparison with other tensorboard libs #3

Closed
DrJimFan opened this issue Jul 31, 2017 · 3 comments
Closed

Comparison with other tensorboard libs #3

DrJimFan opened this issue Jul 31, 2017 · 3 comments

Comments

@DrJimFan
Copy link

Hi, sorry for the non-coding question. What's the difference between this library and the other older ones like Crayon and tensorboard_logger? Crayon looks a bit heavy-weight because it requires docker. tensorboard_logger has not been maintained for 9 months. Other than these, are there any functional differences?

@DrJimFan DrJimFan changed the title Comparison with other tensorboard-pytorch libs Comparison with other tensorboard libs Jul 31, 2017
@ethancaballero
Copy link

I think tensorboard_logger can only be used for scalar data, so it can't be used for data with greater than 0 dims such as histograms.

This tensorboard-pytorch repo seems to be best because it retains all of tensorboard's functionality while remaining lightweight.

@lanpa
Copy link
Owner

lanpa commented Jul 31, 2017

tensorboard_logger only saves scalar values, while tensorboard-pytorch saves other data such as image, audio, text, embedding, etc. Another difference is the suffix "-pytorch", tensorboard-pytorch let you pass pytorch tensors directly and it will make conversion behind. Compared with crayon, this package also supports more data format.

@DrJimFan
Copy link
Author

@lanpa this is awesome. I'll stick with your library for my research. Thanks for the efforts!

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