Closed bilgehanozkan closed 1 year ago
Hello!
Try to see if the issue is the same on reported here.
Setting the workers to 0 should solve the problems on Windows
Thanks for the reply. When I set the workers to 0, I keep getting this error over and over again and jupyter crashes.
Ok good, that's a warning.
A few follow-up questions:
can you see if adding this snippet before training helps?
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
This is not good practice, but I just want to check if the notebook is crashing because of too many warnings or for something else.
The dataset is very large and I'm running it on GPU. It works fine when warnings are ignored, thank you! :)
I'm closing the issue if it's ok.
no let's keep it open! thanks :)
Hello, I'm trying to run CombinedTM with different datasets. I get this error OS Error especially when dataset is larger and I can't figure if it is related with memory usage. Here is the traceback:
OSError Traceback (most recent call last)