mysee1989 / TCAE

Self-supervised Representation Learning from Videos for Facial Action Unit Detection
162 stars 27 forks source link

Is generate_encoder_layers function not used? #4

Closed liupeiLu closed 4 years ago

liupeiLu commented 5 years ago

Hi I am trying to implement your method. I found the encoder function was replaced by Gen_sep_feature, so should I just discard generate_encoder_layers function? Thank you!

mysee1989 commented 4 years ago

Yes, The encoder was implemented as Gen_sep_feature class. The generate_encoder_layers function can be discarded.