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
mapper: utils: Passing hydra config to the child processes in serialized form with cloudpickle.
In Python 3.6, typing.List[str] cannot be pickled, therefore hydra
configuration cannot be passed with pickle. PEP 560 fixes the
issue in Python 3.7. As a workaround, we use more advanced serializtin
library cloudpickle.
See also: python/typing#511
0 commit comments