Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to call certain Pytorch Geometric functions written in a file named model.py inside a folder named sparse_smoothing. I don't see any bugs in the function descriptions or the way they are imported apparently. However, when I try to import these functions externally from a code demo.ipynb I run into errors. I'd be grateful if someone could kindly help me out here.



[^]

https://i.stack.imgur.com/ddcVB.png[^]

https://i.stack.imgur.com/0yaA2.png[^]

https://i.stack.imgur.com/CLmHJ.png[^]

What I have tried:

I've read through the documentation of some Pytorch Geometric functions being called in my code. I didn't notice any bug apparently.
Posted
Comments
Richard MacCutchan 11-Feb-22 5:39am    
"when I try to import these functions externally from a code demo.ipynb I run into errors."
No one here can guess what your code is doing, or what those errors may be. Please use the Improve question link above, and add complete details of what is not working.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900