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

About train loss #39

Open
five-days opened this issue Sep 16, 2020 · 2 comments
Open

About train loss #39

five-days opened this issue Sep 16, 2020 · 2 comments

Comments

@five-days
Copy link

train loss always 0.2 and 0.3 ,however,test can get a good result,why loss?

@wangchenw
Copy link

同问?

@conquerhuang
Copy link

The train process doesn't equal to tracking process. During the train process, there will be a lot of randomness introduced and result in different model. The train loss just reflect the fitting degree on train dataset not the same to the tracking performance on tracking benchmark. The more epochs we train the more models we will get. The best model not come into being in th last epoch. We just validation all the trained models on visual tracking benchmark and choose the best model as the final model.

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

3 participants