[W Resize.cpp:19] Warning: An output with one or more elements was resized since it had shape [16263], which does not match the required output shape [14926].This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output)
Opened this issue · 1 comments
xutao2020 commented
[W Resize.cpp:19] Warning: An output with one or more elements was resized since it had shape [16263], which does not match the required output shape [14926].This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output)
Younger330 commented
I have the same question, have you solve it?