bentrevett / pytorch-image-classification

Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got error on test_data.classes

TeTeTang opened this issue · comments

The AttributeError: 'Subset' object has no attribute 'classes' was returned for
"output_dim = len(data_process.test_data.classes)"

Which cell in which notebook is giving you this error?

The issue was fixed.