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
Insert/Extract from Serialization Wrapper only if it is necessary (#1001)
Summary:
Fixes#960
### Changes
- Remove `SerializationWrapper` from the graph. When serialization is needed like multiprocess, we attach the wrapper before serialization and remove the wrapper after deserialization
- When `clone`, we don't need to rely on `SerializationWrapper` to do all `dill` trick. We can do it within `clone` function
Pull Request resolved: #1001
Reviewed By: wenleix
Differential Revision: D43156547
Pulled By: ejguan
fbshipit-source-id: cfcd9cc03e8ad4f12575d198d3234d6964039293
0 commit comments