-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to solve the error of AttributeError: 'Tensor' object has no attribute 'isnan' #2
Comments
Hello, I have checked the document of PyTorch 1.5.0, and there exists the function " isnan() " in this version ( https://pytorch.org/docs/1.5.0/torch.html?highlight=isnan#torch.isnan ). I think there are two ways to solve the problem:
|
您好: |
😄 |
hello,
AttributeError: 'Tensor' object has no attribute 'isnan' when I run./script.sh 0. May I ask how to solve it? My PyTorch environment is 1.5.0, TorchVision environment is 0.6.0, and MMCV version is 1.0.5
The text was updated successfully, but these errors were encountered: