Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The number of unlabeled data for CIFAR-10. #13

Open
omg777 opened this issue Mar 27, 2021 · 0 comments
Open

The number of unlabeled data for CIFAR-10. #13

omg777 opened this issue Mar 27, 2021 · 0 comments

Comments

@omg777
Copy link

omg777 commented Mar 27, 2021

"For CIFAR-10 [34], 4,000 labeled examples are kept as labeled
data while 41,000 examples are used as unlabeled data"

Why did you use whole data for the unlabeled data?

def x_u_split(args, labels):
    label_per_class = args.num_labeled // args.num_classes
    labels = np.array(labels)
    labeled_idx = []
    # unlabeled data: all training data
     ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant