utkuozbulak / pytorch-custom-dataset-examples

Some custom dataset examples for PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import unlabeled data

KfirdausMT opened this issue · comments

Hi. How can we import unlabeled data as my dataset is used for unsupervised learning and only one class involve

Just return the data and a fixed label? Or only the data?