twitter-archive/torch-autograd

Support to torch.FloatTensor.resize

abdullahjamal opened this issue · 0 comments

Hi,
I want to highlight about the resize function. A snippet of code where I'm getting an error about resize is follwing
term1 = term1 or input.new()
term1:resize(input:size()
"function torch.FloatTensor.resize not currently supported by autograd"