Open STRZGR opened 4 years ago
I think this problem has cropped up recently. I am facing the same problem. Of course, I need to understand what's going on inside these lines.
I got the code working by replacing keras with tf.keras everywhere in this particular cell in the colab notebook.
Hi, I think It's a somewhat bug in TensorFlow addons v0.10.0. It works fine at TF 2.2 & TFA 0.9.1.
Thanks. :)
Hi,
Really enjoying the book, but I'm encountering a problem when trying to implement the "Encoder-Decoder Network for Neural Machine Translation" in chapter 16.
I'm getting the error below on both my local machine and in the Google Colab notebook:
TypeError Traceback (most recent call last)