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

Impact of Iteration Discrepancy Between Supervised and Unimatch Models on Optimization and Results #55

Open
yusirhhh opened this issue Apr 21, 2024 · 1 comment

Comments

@yusirhhh
Copy link

In the Unimatch code, I've observed that the 'self.ids' of labeled data are extended to match the length of the unlabeled data. Consequently, within the same epoch, the number of iterations for the supervised model and Unimatch differ significantly. This leads to discrepancies in the optimizer's step count for the model. What would the results be if the iterations were identical?

@haofeixu
Copy link
Member

haofeixu commented Jan 4, 2025

Hi, could you please provide more information (e.g., which code) such that I can look into it? Thanks.

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

2 participants