Innovation
Creative Agency
Write guest post
Forum
Services
More
tensorflow.contrib not supported in python 3.8
from tensorflow.contrib.rnn import BasicLSTMCell
Instead of this change it to
from tf.compat.v1.nn.rnn_cell import BasicLSTMCell
tensorflow.contrib not supported in python 3.8
from tensorflow.contrib.rnn import BasicLSTMCell
Instead of this change it to
from tf.compat.v1.nn.rnn_cell import BasicLSTMCell