hulianyuyy / CorrNet

Continuous Sign Language Recognition with Correlation Network (CVPR 2023)
84 stars 14 forks source link

The log file for CSL dataset #47

Closed xuqico closed 2 months ago

xuqico commented 2 months ago

Hello can you provide your CSL log file? I may have some problems with mine and I would like to see your process

xuqico commented 2 months ago

I tried run the default code to train CSL dataset. This is log fie: log.txt What could be the reason why the first training training trend is good but in the middle the results become poor?

hulianyuyy commented 2 months ago

This dataset is easily overfitting. I have lost the original log file. There are some tricks when training on this dataset.

xuqico commented 2 months ago

This dataset is easily overfitting. I have lost the original log file. There are some tricks when training on this dataset.

Thank you for your prompt reply! So I should go and tweak the relevant parameters in the configs so that it doesn't overfit easily right?

hulianyuyy commented 2 months ago

Yes, you may kindly tweak the parameters or use other techniques to avoid overfitting.

xuqico commented 2 months ago

Well thank you for your prompt reply, I am currently actively adjusting the relevant parameters