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 the error below when I run pretrain.py with the option --cpus 16
_pickle.PicklingError: Can't pickle <function <lambda> at 0x000001D39F94FDC0>: attribute lookup <lambda> on auxiliaries.finetune failed
The code works when I include the option --cpus 0, but I am not sure if this slows down how fast the data is loaded because not all possible CPUs are used.
The text was updated successfully, but these errors were encountered:
I get the error below when I run pretrain.py with the option --cpus 16
_pickle.PicklingError: Can't pickle <function <lambda> at 0x000001D39F94FDC0>: attribute lookup <lambda> on auxiliaries.finetune failed
The code works when I include the option --cpus 0, but I am not sure if this slows down how fast the data is loaded because not all possible CPUs are used.
The text was updated successfully, but these errors were encountered: