Torch logging problem Warning

I have stumbled on this warning while running a github code:
functional.py:507: 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:3549.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
Ps: I am using wsl ubuntu, my model does not loop to train unfortunately, while i have changed the mode of the files.
Any suggestions ?

Could you describe which mode you have changed of which files and why?

1 Like

thank you for your input, I have solved it by updating my environment and the model was not looping because I have mixed the parameters. However, I have a bigger (original) problem now, when I upload my checkpoint file, it does not work, I can test with its points yes, but can’t fine tune. every time it gives me a new error.