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
Colab has limited CPU resources, and high num_workers settings may freeze execution.
72
-
It is recommended to use --num_workers=2 when running tutorials.
72
+
It is recommended to use --num_workers=2 when running tutorials and adjust the `num_workers` parameters where it is used in notebooks (eg. for data loaders).
0 commit comments