torch / tds

Torch C data structures
Other
80 stars 25 forks source link

Hash does not support HalfTensor #34

Open t-li opened 6 years ago

t-li commented 6 years ago

th> t = tds.Hash({}) th> t[1] = torch.rand(3,4):half()

Then got this error torch/install/share/lua/5.1/tds/elem.lua:36: unsupported key/value type (set)