We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/ ——> true.divide // ——> floor.divide python==3.7.13 pytorch==1.6.0
The text was updated successfully, but these errors were encountered:
solution: torch.div——>torch.true_divide
Sorry, something went wrong.
Thanks for pointing out this. Simply changing from torch.div to torch.true_divide may not be compatible with older versions of PyTorch.
torch.div
torch.true_divide
You can create a pull request to fix this issue while maintaining backward compatibility. Thanks
No branches or pull requests
/ ——> true.divide
// ——> floor.divide
python==3.7.13
pytorch==1.6.0
The text was updated successfully, but these errors were encountered: