bshillingford / python-torchfile

Deserialize Lua torch-serialized objects from Python
BSD 3-Clause "New" or "Revised" License
216 stars 25 forks source link

tds.Vec() not supported #3

Closed mauann closed 7 years ago

mauann commented 7 years ago

Hi

since tds.Hash() is supported why not supporting also tds.Vec()?

Thanks

bshillingford commented 7 years ago

Feel free to add it and submit a PR. I didn't write the tds.Hash support since I don't use tds, someone else sent it as a PR.

bshillingford commented 7 years ago

Merged your PR, thanks. Closing.