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 have already successfully run the original code. To try to use new datasets, I inherit torch.utils.data.Dataset and create subclass Webface:
I want to use webface as unlabeled dataset, however when I instantiate a webface object, I get a type error:
How to solve this bug? The error code is from a auto-generated file when I created an anaconda virtual environment.