Hi,
I'm getting the following warnings:
- UserWarning: Argument 'alpha_affine' is not valid and will be ignored.
- UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /Users/runner/work/pytorch/pytorch/pytorch/aten/src/ATen/native/TensorShape.cpp:3596.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
Thanks for your work
Hi,
I'm getting the following warnings:
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
Thanks for your work