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
I get this message:
Due to IPython and Windows limitation, python multiprocessing isn't available now.
So n_workers has to be changed to 0 to avoid getting stuck
I'm currently running on Windows, and tried to pass 'n_workers=0' as a parameter to TextDataLoaders.from_folder() and also text_classifier_learner(), but I keep getting the same message. Can you please help me to solve it?
The text was updated successfully, but these errors were encountered:
When I try to run the following code
I get this message:
Due to IPython and Windows limitation, python multiprocessing isn't available now.
So
n_workers
has to be changed to 0 to avoid getting stuckI'm currently running on Windows, and tried to pass 'n_workers=0' as a parameter to
TextDataLoaders.from_folder()
and alsotext_classifier_learner()
, but I keep getting the same message. Can you please help me to solve it?The text was updated successfully, but these errors were encountered: