fastai / course20

Deep Learning for Coders, 2020, the website
https://book.fast.ai
Apache License 2.0
843 stars 305 forks source link

In "Transfer learning in text" tutorial, the "dls.show_batch()" show wrong outputs #40

Closed dgg32 closed 4 years ago

dgg32 commented 4 years ago

I am following the Beginner tutorial. When I run the code both in my local machine in Colab, several times, the output of cell 5 "dls.show_batch()" are wrong (screenshot below), from the second item downwards they are all "xxpad xxpad xxpad xxpad xxpad xxpad". These are also different from what the tutorial page showed:

My run:

Bildschirmfoto 2020-10-27 um 19 52 56

Tutorial page:

Bildschirmfoto 2020-10-27 um 19 55 41

What is the cause of this issue please?