-
Notifications
You must be signed in to change notification settings - Fork 862
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
Protobuf failure #52
Comments
I can't determine from that. Which program spit that message? Did that stop your training? |
This occurs when performing a hyperparameter search, where a new writer is created (and closed) for each set of parameters. It doesn't seem occur at any obvious point - e.g. it isn't the second time a writer is created. It does stop training, yes. I can try and make a minimal example if that would help! |
A reproducible code would be great help! thanks |
Ok, will write something! Yes, I used |
Hi, what is your protobuf version? |
Same here. Occasionally get the same error. But error disappears if do not use tensorboard |
@TengdaHan Can you provide more info? |
Hey there @lanpa, I think I tracked at least one possible root cause down. Cheers, Jendrik |
@jendrikjoe Thanks for the investigation and nice spot. I am curious if using the default |
Hey @lanpa, Jendrik |
I'm occasionally getting an error of the following form:
Is this some underlying tensorboard issue, or due tensorboard-pytorch?
The text was updated successfully, but these errors were encountered: