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

How many training iterations needed? #40

Open
ahtchow opened this issue Apr 13, 2024 · 1 comment
Open

How many training iterations needed? #40

ahtchow opened this issue Apr 13, 2024 · 1 comment

Comments

@ahtchow
Copy link

ahtchow commented Apr 13, 2024

Just wondering how many training iterations are needed for respectable performance on average for single class? The max-iterations is set to inf, so I assume we run it until satisfaction. Do I look at the loss value?

@GunnerStone
Copy link

The publication does not specify the number of training iterations required to achieve the reported performance results. This omission complicates direct comparisons between their original method and subsequent improvements.

For an improvement paper, I'm deciding to make a trade-off between model performance and training time. Training the model for 30 minutes achieves good enough proof of concept results. To double that model's accuracy on validation data, it needs to train for 4 days. I have around 50 classes, and I'm not planning on training this thing for 200 days.

The question is, did the authors train for 4 days or 30 minutes? We'll never know.

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