clinfo / kGCN

A graph-based deep learning framework for life science
Other
115 stars 35 forks source link

Requirements for tensorflow version - Does not work with tf2 #29

Closed kienerj closed 4 years ago

kienerj commented 4 years ago

As a suggestion and for others potentially falling into this trap:

The requirements list tensorflow (>1.12). However it should also be added <2.0 as tf2 is incompatible. 1.13 seems to work (example notebook) also on Windows using anaconda tensorflow-gpu=1.13.

sishida21 commented 4 years ago

Thank you for your suggestion about the requirements.

Considering your suggestion, I updated the README ( https://github.com/clinfo/kGCN/commit/d410b0dbbbe0949445945ca0d317f2ac4af02947 ).