bert-toxic-comments-multilabel
bert-toxic-comments-multilabel copied to clipboard
Unable to freeze/unfreeze
model.module.freeze_bert_encoder()
and model.module.unfreeze_bert_encoder()
produce an error. Calling those methods from model
works fine.
It seems that those methods are created in the class model
using model.unfreeze_bert_encoder()
will produce the same. Probably an error from the author