Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Compose, replace lambda function with named function (openai#151)
This prevents the following error on Windows (when using a multi-process DataLoader, for example): AttributeError: Can't pickle local object '_transform.<locals>.<lambda>'
- Loading branch information