Closed ryanliu30 closed 1 year ago
Hi @ryanliu30 -- can you provide a minimal example to reproduce the error?
Hi @hqucms Sorry for the late reply. I wasn't able to reproduce the error without running my whole training script. FYI, I trained my model with pytorch_lightning
and wandb
in jupyter. However, I worked around it by removing dependencies of matplotlib
, switching to plotly
. You can close the issue if you would like to.
I am using the weaver DataLoader to load the JetClass dataset (I used the
train_load
function intrain.py
). However, the following error was raised when I attempted to launch a run after another run was finished in the same notebook:The same error message was repeated eight times: the same number of workers I was using. I suspect that it has something to do with multiprocessing.