from local

This commit is contained in:
dohe0342 2022-12-10 11:14:21 +09:00
parent c461ab34e7
commit 9355622a3d
2 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class FairSeqData2VecEncoder(EncoderInterface):
)
model = models[0]
model.feature_grad_mult = 0.0 ## for conv network freeze
#model.mask_prob = 0.3 ## for conv network freeze
model.mask_prob = 0.5 ## for conv network freeze
if not isinstance(model, Wav2Vec2Model):
try: