addons
                                
                                 addons copied to clipboard
                                
                                    addons copied to clipboard
                            
                            
                            
                        Character-level seq2seq model for translation and beam search.
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