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

Is this a bug of algorithm mean teacher? #226

Open
hellojinjie opened this issue Jul 22, 2024 · 2 comments
Open

Is this a bug of algorithm mean teacher? #226

hellojinjie opened this issue Jul 22, 2024 · 2 comments

Comments

@hellojinjie
Copy link

outs_x_ulb_s = self.model(x_ulb_s)
logits_x_ulb_s = outs_x_ulb_w['logits']
feats_x_ulb_s = outs_x_ulb_w['feat']

we get outs_x_ulb_s in line 54, but we use outs_x_ulb_w in line 55 and 56?
QQ_1721629356730

@hellojinjie hellojinjie changed the title Is there a bug of algorithm mean teacher? Is this a bug of algorithm mean teacher? Jul 22, 2024
@Hhhhhhao
Copy link
Contributor

Hhhhhhao commented Sep 5, 2024

This seems to be a bug. Would you mind to open a PR for this?

Copy link

github-actions bot commented Nov 5, 2024

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants