Denis2054 / Transformers-for-NLP-and-Computer-Vision-3rd-Edition

Transformers 3rd Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Update

rkaunismaa opened this issue · comments

In the notebook Chapter06/KantaiBERT.ipynb, in cell 30, the code attempts to reference a non existing image.

display(get_image_from_github('B17948_06_05.png') or print('Image not found'))

I think this line needs to point to ...

display(get_image_from_github('B19899_06_05.png') or print('Image not found'))