twitter-archive / torch-ipc

A set of primitives for parallel computation in Torch
Apache License 2.0
95 stars 28 forks source link

Doesn't serialize meta-tables #30

Closed nicholas-leonard closed 7 years ago

nicholas-leonard commented 7 years ago

Meta-tables don't get serialized. This shouldn't be too difficult to fix using torch.getmetatable and torch.setmetatable. I will work on it Monday.