Open yifan16 opened 3 years ago
Hello @yifan16!
I remember having the same error and that's why I added the following line in the __main__
script:
os.environ['TF_ENABLE_CONTROL_FLOW_V2'] = '1'
I hope it's the answer you were looking for (and sorry for the delay!).
I run into the same problem today, with os.environ['TF_ENABLE_CONTROL_FLOW_V2'] = '1'
in __main__.py
. Could you help with that? Thanks.
Hello, I tried to run the code but encountered several problems.