VIPL-SLP / VAC_CSLR

Visual Alignment Constraint for Continuous Sign Language Recognition. ( ICCV 2021)
https://openaccess.thecvf.com/content/ICCV2021/html/Min_Visual_Alignment_Constraint_for_Continuous_Sign_Language_Recognition_ICCV_2021_paper.html
Apache License 2.0
116 stars 19 forks source link

Visualize Epoch vs Loss #38

Open regak opened 1 year ago

regak commented 1 year ago

Haloo, Is there a way in the your code where you can plot Epoch vs Loss?

ycmin95 commented 1 year ago

Hi, the loss with in each epoch is recorded in the loss_value during training, you can maintain a global recorder to plot epoch vs loss.