lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.37k forks source link

Propose to evaluate label_tokenizer word_index #90

Open oonid opened 4 years ago

oonid commented 4 years ago

Add print(label_tokenizer.word_index) and its expected output, to evaluate the content of label_tokenizer, just to make sure that the students did not add oov_token while constructing label_tokenizer.