KIE

Results 2 comments of KIE

You need to install the chrome browser in your operating system in the first place to use the selenium package.

I followed the fix in https://github.com/google-research/bert/pull/1247 and v2.10.0 works fine now. ``` if(tf.__version__.startswith("2")): # tf.gfile = tf.io.gfile tf.gfile = tf.compat.v1.gfile tf.flags = tf.compat.v1.flags tf.app = tf.compat.v1.app tf.logging = tf.compat.v1.logging tf.python_io...