We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好我看到代码中有这样的判断 assert len(loader_l) == len(loader_u), f"labeled data {len(loader_l)} unlabeled data {len(loader_u)}, imbalance!" 意思是无标签样本必须和有标签样本数量一致吗?
The text was updated successfully, but these errors were encountered:
我们设置了重复采样使得无标签和有标签数据的总iter一致。
Sorry, something went wrong.
No branches or pull requests
你好我看到代码中有这样的判断
assert len(loader_l) == len(loader_u), f"labeled data {len(loader_l)} unlabeled data {len(loader_u)}, imbalance!"
意思是无标签样本必须和有标签样本数量一致吗?
The text was updated successfully, but these errors were encountered: