-
-
Notifications
You must be signed in to change notification settings - Fork 394
Migration from tensorboardX to PyTorch native Tensorboard, issue #435 #439
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
Conversation
…nged tensorboardX package to torch.utils.tensorboard
I've ran tensorboard test from utils, seemed good to me, with no errors. |
Pytorch compatibilitiy minimum version changed
Hi, thinking about this PR, is it possible to save backward compatibility with some kind of try-except mechanism? or check pytorch version? |
It is possible, but i'm afraid that there will be a lot of bugs in a solution and confuse with package configurations. @TezRomacH do you have any other possible proposals on this? |
@Arquestro what type of package configurations confuse? |
Well then none, if we can keep tensorboardX. But there will be one excess package in requirements - tensorboard or tensoboardX. I'll try to implement and test the solution proposed anyway. :) |
…y tensorboard mention.
Really cool PR, thanks! |
Migration from tensorboardX to PyTorch native Tensorboard.
Description
Changes:
Related Issue
#435
Type of Change
Checklist
make check-style
.make check-docs
.