Collect Threads after Trainer.fit #20363
Unanswered
42elenz
asked this question in
DDP / multi-GPU / multi-node
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I want to collect multipe threads after my trainer.fit because I am running multiple models one after the other in my script. But PL spawns multiple threads not just in the trainer-function but for the whole script (what I acutally find a bit weird though and didn't knew before).
Is there a way to "collect" threads after the trainer.fit?
Also I am saving best models and this is also broken due to the mutlipe threads (suddenly there are two folders).
Can somebody help me with that? Would be awesome :)
Beta Was this translation helpful? Give feedback.
All reactions