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
Problem: "RuntimeError: Attempt to pop from an empty stack" is raised when running models fit in parallel with threads.
Similar to: #1855
The custom logger stack is not thread safe and raises the RuntimeError.
This does not happen in version 1.2.2, the code finishes successfully.