yilundu / irem_code_release

ICML 2022: Learning Iterative Reasoning through Energy Minimization
https://energy-based-model.github.io/iterative-reasoning-as-energy-minimization/
MIT License
41 stars 6 forks source link

what version of torch-sparse is used? ( requirements.txt file) #1

Open springyworks opened 2 years ago

springyworks commented 2 years ago

I am fairly new to the python world. I got an error that the torch-sparse module was not found.

Diving into torch (PyTorch) and the likes, well ..... you need to do a lot of versioning admin (hell) yourself. May be I got it running now . Using WSL2 Ubuntu 22 after three days of trying and learning. tnx

yilundu commented 2 years ago

Hi, apologies for the late response -- I usually use the attached packages version.

Screen Shot 2022-07-15 at 11 15 47 AM

You can utilize the miniconda python package manager to download torch geometric package which will include all these subdependencies or other package managers using this link:

https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html

(without having to worry about installing the individual packages).

springyworks commented 2 years ago

Thank you!

Op vr 15 jul. 2022 17:18 schreef yilundu @.***>:

Hi, apologies for the late response -- I usually use the attached packages version.

[image: Screen Shot 2022-07-15 at 11 15 47 AM] https://user-images.githubusercontent.com/5572232/179253702-0625bff7-0008-4569-8bb8-09c5949da89b.png

You can utilize the miniconda python package manager to download torch geometric package which will include all these subdependencies or other package managers using this link:

https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html

(without having to worry about installing the individual packages).

— Reply to this email directly, view it on GitHub https://github.com/yilundu/irem_code_release/issues/1#issuecomment-1185646797, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJOOH5SS5GIJJ4RDUN4QLLVUF6OFANCNFSM53OPKKBA . You are receiving this because you authored the thread.Message ID: @.***>

springyworks commented 1 year ago

Hi,

Tinkering along I learn , not being a professional, just an old 66yo gray haired enthusiast., with time on his hand ;-)

I found a tiny non-blocking problem: In models.py line 612 LatentEBM is not defined.

Should I create issues on Github for such thingies? Is that more convenient for you?

Using WSL2 Ubuntu, VScode, ..

greetz , ko stoel Amersfoort Netherlands

Message ID: @.***>

yilundu commented 1 year ago

Hi, thanks for the catch! Yup, feel free to create a new issue or comment on this current issue.