EvelynFan / FaceFormer

[CVPR 2022] FaceFormer: Speech-Driven 3D Facial Animation with Transformers
MIT License
790 stars 134 forks source link

The parameters of TCN are fixed, so how to unfreeze #97

Open Shirley-0708 opened 11 months ago

Shirley-0708 commented 11 months ago

@EvelynFan You mentioned that during training, the parameters of TCN are fixed, whereas the other parts of the model are learnable. Where is the relevant code set for freezing? Can you point it out because I want to unfreeze and make TCN learnable,thanks a lot !