We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An issue raised in #10336 is back in a lesser form in pl v1.5.6.
pl
After upgrading to v1.5.6, wandb hyperparameter sweeps performed in Colab notebooks raise aValueError:
ValueError
ValueError('signal only works in main thread')
Unlike in #10336, the error does not terminate the sweep, which still seems to sync up with wandb without issue, as far as I can tell.
wandb
Reproduced at the end of this minimally modified BoringModel Colab notebook: https://colab.research.google.com/drive/1QheDfu4G5QEUSnHWpvK7UZzdHysRQq4h?usp=sharing
wandb sweeps should complete without the cited ValueError. This was previously fixed in pl v1.5.3 and v1.5.4
conda
pip
torch.__config__.show()
The text was updated successfully, but these errors were encountered:
@tchaton
Sorry, something went wrong.
Hello @garrett361 The colab link you posted is currently locked.
Wild guess: in teardown when we call signal.signal, it should be guarded and not run outside the main thread. #11124
@awaelchli Oops, unlocked now, though a bit too late to be helpful. Thanks for the quick response!
Successfully merging a pull request may close this issue.
🐛 Bug
An issue raised in #10336 is back in a lesser form in
pl
v1.5.6.After upgrading to v1.5.6, wandb hyperparameter sweeps performed in Colab notebooks raise a
ValueError
:Unlike in #10336, the error does not terminate the sweep, which still seems to sync up with
wandb
without issue, as far as I can tell.To Reproduce
Reproduced at the end of this minimally modified BoringModel Colab notebook: https://colab.research.google.com/drive/1QheDfu4G5QEUSnHWpvK7UZzdHysRQq4h?usp=sharing
Expected behavior
wandb
sweeps should complete without the citedValueError
. This was previously fixed inpl
v1.5.3 and v1.5.4Environment
You can also fill out the list below manually.
-->
conda
,pip
, source):torch.__config__.show()
:Additional context
The text was updated successfully, but these errors were encountered: