Does anyone know how to solve the multiple issues that arise when trying to run the code? I have having troubling figuring out how to run the code and any help would be greatly appreciated.
line 9, in
from rnn import rnn
line 9, in
from rnn_cell import LSTMAttentionCell
line 4, in
import tensorflow.contrib.distributions as tfd
ModuleNotFoundError: No module named 'tensorflow.contrib'
Does anyone know how to solve the multiple issues that arise when trying to run the code? I have having troubling figuring out how to run the code and any help would be greatly appreciated.
line 9, in
from rnn import rnn
line 9, in
from rnn_cell import LSTMAttentionCell
line 4, in
import tensorflow.contrib.distributions as tfd
ModuleNotFoundError: No module named 'tensorflow.contrib'