
完整的是E:\anaconda\envs\pytorch\lib\site-packages\torch\nn\functional.py:718: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at ..\c10/core/TensorImpl.h:1156.)
return torch.max_pool2d(input, kernel_size, stride, padding, dilation, ceil_mode)
不知道这个警告怎么解决,
pytorch中的UserWarning
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-