Jason Smith
Results
2
comments of
Jason Smith
Hi, I'm facing the same problem, I tried `tf.map_fn` to fix `TypeError: Tensor objects are only iterable when eager execution is enabled. To iterate over this tensor use tf.map_fn` issues....
I have to update function attention in file `nn_basic_layers.py` to ``` def attention(inputs, attention_size, time_major=False): if isinstance(inputs, tuple): # In case of Bi-RNN, concatenate the forward and the backward RNN...