Aqeel Shamas
Results
2
comments of
Aqeel Shamas
try to change the tf.nn.seq2seq to "tf.contrib.legacy_seq2seq" in model.py and you also have to change the sampled_loss function. try the code below ``` def sampled_loss(labels, logits): labels = tf.reshape(labels, [-1,...
@DanielLSM I just want to make sure that how much estimated time It would take on training? I have started training 12 hours ago and now it is on "Iter...