eugenium / LearnGraphDiscovery

Learnable Graph Discovery
10 stars 3 forks source link

Tensorflow version #1

Open amssljc opened 3 years ago

amssljc commented 3 years ago

Hi, Thanks for your excellent work! Could you please tell me your version information about your code and models? I found that your .json model is generated in keras1.1.0, and could you please tell me the versions of tensorflow, theano, python, keras? I'm using python2.7 keras 1.1.0 tensorflow 1.0.0 in ubuntu 20.4.01 LTS, but still a lot of error occurs.

eugenium commented 3 years ago

This software was built on keras when it had a theano backend (This is now deprecated). I currently don't have the exact package numbers that work but I believe if you use the 2016 releases of keras and theano it should run

amssljc commented 3 years ago

Thanks a lot for your reply!! BTW, could you tell me what visualization tools you used for ABIDE datasets? It confused me for a long time!!! I would appreciate a lot if your reply!!!

eugenium commented 3 years ago

https://nilearn.github.io/

amssljc commented 3 years ago

Thank you very much for your timely response! It's an awesome project!!