bshillingford / python-torchfile

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

Casting version to float for Lua 5.3 compat. #6

Closed clementfarabet closed 7 years ago

clementfarabet commented 7 years ago

Lua 5.3 seems to write versions as floats (1.0 instead of 1); this patch pre-casts the version string as a float, then an int.

Fixed this issue.