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
There is a usage of outdated func in example for the method getitem. Firstly in the section "Creating a Custom Dataset for your files" in method getitem it is written image = decode_image(img_path) , but later in example for description of method getitem there is used outdated func image = read_image(img_path).