Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants