addons icon indicating copy to clipboard operation
addons copied to clipboard

Character-level seq2seq model for translation and beam search.

Open VallabhMahajan1 opened this issue 3 years ago • 0 comments

I was trying to implement seq2seq translation model at character level along with beam search by referring the tensorflow documentation. https://www.tensorflow.org/addons/tutorials/networks_seq2seq_nmt

For this, I tried to change parameter, 'char_level = True' in tf.keras tokenizer, but it didn't worked.

Can someone please help me to solve this issue.

Thank you in advance

VallabhMahajan1 avatar May 25 '22 07:05 VallabhMahajan1