You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running all notebooks of Unit 3, two of which require loading dataset oxford-pets.
The behavior of this dataset seems to be different from other datasets, as its internal 'image' key returns a dict containing bytes objects instead of image PIL objects, it needs to be explicitly converted to PIL. Otherwise, the subsequent code will report an error.
If approved, I will submit my pull requests
The text was updated successfully, but these errors were encountered:
I tried running all notebooks of Unit 3, two of which require loading dataset oxford-pets.
The behavior of this dataset seems to be different from other datasets, as its internal 'image' key returns a dict containing bytes objects instead of image PIL objects, it needs to be explicitly converted to PIL. Otherwise, the subsequent code will report an error.
If approved, I will submit my pull requests
The text was updated successfully, but these errors were encountered: