Directory for Table Layers in PyTorch

Since it seems like several people (myself included) have been asking about how to get around using Torch Containers in PyTorch, I compiled a list of easy example implementations in PyTorch of most of the Torch Table Containers and show them side by side with their Torch counterparts. Hopefully this repo clears up table layer uncertainties. (also feel free to let me know if I missed anything) https://github.com/amdegroot/pytorch-containers/blob/master/README.md

11 Likes

This is great! Thanks for putting this together

1 Like

Yeah no problem, love doing this stuff, hopefully it helps!

Thanks a lot!
I’m confused on this part and can’t find any tutorials.

This is exactly what i was looking for. I was stuck on how to implement a nn.SplitTable (Lua) with pytorch