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

Does spotlight have tensorboard integration? #166

Open
drop-ella opened this issue Aug 22, 2019 · 1 comment
Open

Does spotlight have tensorboard integration? #166

drop-ella opened this issue Aug 22, 2019 · 1 comment

Comments

@drop-ella
Copy link

Tensorboard is now supported by PyTorch. Does spotlight support it or will do so in the future? And what is a suggested way of monitoring model training (training and validation loss/metrics at step n) when using spotlight models?

Thank you very much!

@snemistry
Copy link

snemistry commented Sep 6, 2019

I modified spotlight implicit classes by adding notifier function for every epoch completion, so you have full control over however you can do with loss and self._net model. I use to write loss and my own eval function in tensorboard and works great.

Also I did same thing for writing batch loss at every 500 batches.

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