VHellendoorn/ICLR20-Great

Graph Execution error

daimakram opened this issue · 1 comments

Hi @VHellendoorn,
I'm trying to run the commands on colab, but training command gives Graph execution error. I have installed requirements and correctly placed data_dir path. Can you please address, how to resolve it?

image

Hi @daimakram,

Could you share the complete stack trace? One potential cause that comes to mind is that the requirements file is somewhat generous with the Tensorflow version, only requiring that it's above 2.2.0. A recent version of TF may have introduced a compatibility issue with the way I was annotating functions for graph execution back when I wrote the code. If that's the case, downgrading TF to somewhere in the range of 2.2-2.4 would likely fix it; perhaps you could try that? If so, I'll update the requirements accordingly; this repository is getting quite old and has been effectively superceded by PLUR, so I'd rather not try to adapt the code based on recent changes to Tensorflow.

-Vincent