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
In the subsection explaining the __get__item() function, the second line of the rewritten function is image = read_image(img_path)
but this seems like a mistake and it should instead be image = decode_image(img_path)