ombits
Results
2
comments of
ombits
@zp672087110 : i am using python 3.6.4 and tf version 1.2.1. i modified as you suggested above and getting following error message basic_cell = tf.contrib.rnn.DropoutWrapper(tf.contrib.rnn.BasicLSTMCell(emb_dim, state_is_tuple=True),output_keep_prob=self.keep_prob) AttributeError: module 'tensorflow.contrib.rnn' has...
It worked after changing the tf version to 1.0.0