fastai / course22p2

course.fast.ai 2022 part 2
https://course.fast.ai/Lessons/part2.html
Apache License 2.0
467 stars 252 forks source link

Update 05_datasets.ipynb #12

Closed faisito closed 1 year ago

faisito commented 1 year ago

otherwise, the following code won't work fig,axs = subplots(1,1, imsize=1) imgs = xb[:1] for ax, img in zip(axs.flat,imgs): show_image(img, ax)

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

johnowhitaker commented 1 year ago

I hit this issue yesterday and had it on my TODO - thanks for beating me to it <3