I'm a beginner in tensorflow. I want to study tensorflow by using this tutorial.
After reading this tutorial, I want to run this code by using my data(Korea title for tokenizing)
In training model(use TrainingHelper
), the prediction results seems to be OK.
But In inference model(use GreedyEmbeddingHelper
), the prediction results are really bad(even though using train data). It looks like first epoch's training model prediction.
Is there any difference TrainingHelper
and GreedyEmbeddingHelper
?
I think the difference between tutorial and my code is just hyper-parameter.