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
When running an example of examples/quickstart-pytorch, it shows the error of AttributeError: module 'PIL.Image' has no attribute 'ExifTags'
all dependencies are installed, i.e. tqdm==4.66.3, PIL == 9.3.0
The error pops up at the line: for batch in tqdm(trainloader, "Training"):for batch in tqdm(testloader, "Testing"):
The text was updated successfully, but these errors were encountered:
What is your question?
When running an example of examples/quickstart-pytorch, it shows the error of
AttributeError: module 'PIL.Image' has no attribute 'ExifTags'
all dependencies are installed, i.e. tqdm==4.66.3, PIL == 9.3.0
The error pops up at the line:
for batch in tqdm(trainloader, "Training"):
for batch in tqdm(testloader, "Testing"):
The text was updated successfully, but these errors were encountered: