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

model or model.parameters()? #42

Closed atonyo11 closed 8 months ago

atonyo11 commented 8 months ago

Hi author. Is this line of code correct? I think it should be model.parameters() https://github.com/ycmin95/VAC_CSLR/blob/71f3e0334fbc8cecc7ce9816ec69781068abaac0/utils/optimizer.py#L12

ycmin95 commented 8 months ago

Thanks for pointing this out, yes, it should be model.parameters().

atonyo11 commented 8 months ago

I got it. Thank you