girijesh18

Results 2 issues of girijesh18

I think this line of code ``` max_len_eng_sent = max([len(line) for line in eng_sentences]) max_len_fra_sent = max([len(line) for line in fra_sentences]) ``` should be like this ``` max_len_eng_sent = max([len(line)...

Sir, at the end of the readme.md you have mentioned of using inspect_custom_model.ipynb file. As I have checked the whole repo but I haven't found it anywhere. Please upload it...