ZhangZiYang11 / tensorflow-implement-of-Learning-Combinatorial-Optimization-Algorithms-over-Graphs

tensorflow implement of Learning Combinatorial Optimization Algorithms over Graphs
2 stars 0 forks source link

Some implementation issues #3

Open SuperMacholo opened 5 months ago

SuperMacholo commented 5 months ago

Hello, thank you very much for providing the code. I would like to ask about the environment package and version used in this project. Because many errors were encountered during the implementation process, there is currently no way to execute this project correctly. I am wondering if it is me. The installed package version is incompatible.

ZhangZiYang11 commented 5 months ago

Hi, this code needs tensorflow of 1.15.0, and then CUDA10.0 is needed. Besides, packages "gym", "cplex" and "networkx" are needed, and version of these packages only needs to match with python version 3.7.