Taeyeop Kim

Results 2 comments of Taeyeop Kim

Thanks everybody, #94 helped me. **TL;DR** 1. in file **{venv}/lib/python3.X/site-packages/bert/transformer.py** ``` from tensorflow.python import keras ``` to ``` from tensorflow import keras ``` 2. in file **{venv}/lib/python3.X/site-packages/bert/attention.py** ``` from tensorflow.python...

I have same problem here. I found that this problem has fixed on #280 But latest released version is still 0.7.1 _(Sep 27, 2022)_ 😭