-
The function is missing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @hit-dyl 👋 Thanks for reporting this! However this looks more like a bug report (there is a Github issue template for this), please try to use those when appropriate 🙏 The template walks you through how to provide required information for me to help you debug this 😅 That being said, seeing the error that you get, the problem doesn't come from this project directly. Which version of PyTorch are you using? Your error shows that you are using an older version of PyTorch, as Cheers ✌️ |
Beta Was this translation helpful? Give feedback.
Hi @hit-dyl 👋
Thanks for reporting this! However this looks more like a bug report (there is a Github issue template for this), please try to use those when appropriate 🙏 The template walks you through how to provide required information for me to help you debug this 😅
That being said, seeing the error that you get, the problem doesn't come from this project directly. Which version of PyTorch are you using?
Your error shows that you are using an older version of PyTorch, as
torch.nansum
appeared in release1.7.0
. If that's the case, simply upgrade your pytorch version and you'll be good to go :)On my end, I'll update the torch requirement on TorchCAM, because the current one is
>=1.5.1
w…