Le Ngoc Thach
Results
1
issues of
Le Ngoc Thach
### Description I run a trained model to translate some text. But I meet an error (bottom). ``` hparams = trainer_lib.create_hparams(hparams_set, data_dir=data_dir, problem_name=problem_name) translate_model = registry.model(model_name)(hparams, Modes.EVAL) ckpt_path = tf.train.latest_checkpoint(os.path.join(checkpoint_dir,...