You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pytorch-lightning 1.5 breaks when using it with the ray[tune] hyperparameter library, when downgrading to pl 1.4.9 it works just fine!
the bug stack-trace:
(pid=8695) File "/home/maxim/anaconda3/lib/python3.8/signal.py", line 47, in signal
(pid=8695) handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
(pid=8695) ValueError: signal only works in main thread
0%| | 0/9912422 [00:00<?, ?it/s]
🐛 Bug
The pytorch-lightning 1.5 breaks when using it with the ray[tune] hyperparameter library, when downgrading to pl 1.4.9 it works just fine!
the bug stack-trace:
To Reproduce
run the given example with pytorch lightning version 1.5 from the official page of ray:
https://docs.ray.io/en/latest/tune/examples/mnist_ptl_mini.html
Expected behavior
I would expect it not to break with the latest pytorch-lightning version
Environment
output of conda list (freshly installed env for python 3.8.8)
Additional context
The error might be in the data loading or something. Any help?
The text was updated successfully, but these errors were encountered: