BorgwardtLab / TOGL

Topological Graph Neural Networks (ICLR 2022)
https://openreview.net/pdf?id=oxxUMeFwEHd
BSD 3-Clause "New" or "Revised" License
105 stars 20 forks source link

unable to detect torch module #14

Closed FaizanHassanSiddiqui closed 5 months ago

FaizanHassanSiddiqui commented 1 year ago

Hi,

I am trying to run the code on google colab. I have installed all the packages listed in .lock file using poetry but when I try to run the train_model.py, it throws an error that there is no module named torch? What am I missing here? Any idea?

Pseudomanifold commented 5 months ago

Hi,

This is not an error specifically arising from TOGL, so I suggest you check whether torch has been installed correctly. Feel free to reopen the issue if the error persists.