Closed Martin36 closed 3 years ago
Thanks for the report, what you suggest works and won't break any functionality, on the contrary! We will update table_retriever_experiment.py
to add tf.disable_v2_behavior()
at the top of the file which has a similar outcome.
I get the following error when running
Maybe I am running it in the wrong way, but what seems to fix this error is to put the line
tf.disable_eager_execution()
at the beginning of thecalc_metrics_utils.py
script (but after the import of tensorflow). However, I am not sure if this would destroy some intended functionality.