You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not modified the code, why is the following warning reported:
/ltr/data/loader.py:83: UserWarning: An output with one or more elements was resized since it had shape [2592], which does not match the required output shape [2, 4, 1, 18, 18]. 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). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:17.)
The text was updated successfully, but these errors were encountered:
I have not modified the code, why is the following warning reported:
/ltr/data/loader.py:83: UserWarning: An output with one or more elements was resized since it had shape [2592], which does not match the required output shape [2, 4, 1, 18, 18]. 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). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:17.)
The text was updated successfully, but these errors were encountered: