torch / nngraph

Graph Computation for nn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nesting.resizeNestedAs won't work with tensors of different types

DaniloRezende opened this issue · comments

If arguments have different types, the module will break. Tested with : {torch.DoubleTensor, torch.FloatTensor} and {torch.DoubleTensor, torch.CudaTensor}.