tf_tutorial_plus icon indicating copy to clipboard operation
tf_tutorial_plus copied to clipboard

Tutorials for TensorFlow APIs the official documentation doesn't cover

Results 4 tf_tutorial_plus issues
Sort by recently updated
recently updated
newest added

Hi, I run the code and exactly same dataset, I cannot achieve similar results as you, the predictions just make no sense like "hi" and "bye bye'.

I'm trying to train a seq2seq model to predict sequence point coordinates (like [0.1,0.3,0.2]), so I do not have embedding matrix in my model. According to your wonderful tutorial, I...

hi, I'm trying to implement a seq2seq model. when I use the actual sequence length as TrainingHelper's parameter, I get an error for the loss calculation: InvalidArgumentError (see above for...

Thanks A Lot for your tutorial. To support TF 1.2 I think you need to update below line "from tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl import * " To "from tensorflow.contrib.rnn import *" Also to...