hulianyuyy / CorrNet

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

Training time and logs #2

Closed WANGSSSSSSS closed 1 year ago

WANGSSSSSSS commented 1 year ago

Thanks for your open source spirit 🍻 , and is it possible to share the logs file for others to reproduce? And how much time does the training process consume for each dataset....

hulianyuyy commented 1 year ago

The log file for PHOENIX14 dataset is here. The training time on a single 3090 GPU for PHOENIX14, PHOENIX14-T, CSL-Daily and CSL is around 16hrs, 17hrs, 33hrs and 28hrs.

WANGSSSSSSS commented 1 year ago

Thks, this helps a lot! 👍🏻

southnt commented 7 months ago

@hulianyuyy sorry but can you check log.txt for me? I cant get Best_dev=18.9 (PHOENIX14-T dataset) with the default setting.

In your log, it seem the model is 'work_dir': './work_dir/baseline_res18_dist_25_corr_alpha_agg_all_r1_x2_bi_3/', in default, the model is baseline_res18

hulianyuyy commented 7 months ago

It seems that your configurations are right. It's worth noting that the performance varies across different machines due to cuda version, hardware or other factors. You could mostly get comparable results but not exactly 18.90. You may run it again to get another result. 'work_dir' is the log directory that saves your output files and checkpoints, while doesn't affects your training performance.