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

About the normalization of the classifier's weights #3

Closed Pay20Y closed 2 years ago

Pay20Y commented 2 years ago

Hi, may I ask where the implementation of the normalization of the classifier's weights mentioned in the paper? Thanks!

ycmin95 commented 2 years ago

@Pay20Y Hi, do you mean the weight normalization strategy in SMKD? We will release these part of codes later, you can achieve this by implementing the classifier as a matrix multiplication and normalizing the weight matrix.

Pay20Y commented 2 years ago

@Pay20Y Hi, do you mean the weight normalization strategy in SMKD? We will release these part of codes later, you can achieve this by implementing the classifier as a matrix multiplication and normalizing the weight matrix.

Yes, thanks a lot for your quick reply, I will try it.

ycmin95 commented 2 years ago

Hi, @Pay20Y, we also provide a simplified implementation of SMKD in recent update~