mingzhu0527 / MASHQA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error during preprocessing

hesham9090 opened this issue · comments

during running preprocessing script on google colab
!sh scripts/prepro_sentqa.sh

I got below error
Traceback (most recent call last):
File "run_sentqa_att.py", line 1050, in
tf.app.run()
AttributeError: module 'tensorflow' has no attribute 'app'

I tried import tensorflow.compat.v1 as tf but error still exists

Can you tell me how to fix this issue and what is tensorflow version you used ?

Thanks

It looks like an issue about tensorflow version. I use tensorflow gpu 1.14.0.