警告の対処法を教えてください。(pytorch image-classification)
解決したいこと
pytorchを用いてCoAtNetで画像分類を行っており、実行できてはいるのですが警告が毎回出てきて、その解決方法がわかりません。
発生している問題・エラー
UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2895.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
0