from local

This commit is contained in:
dohe0342 2023-04-26 17:42:35 +09:00
parent b6227de3f0
commit 3913ea7616
3 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ class FairSeqData2VecEncoder(EncoderInterface):
model = models[0] model = models[0]
model.feature_grad_mult = 0.0 ## for conv network freeze model.feature_grad_mult = 0.0 ## for conv network freeze
## prevent overfitting ## prevent overfitting
#model.mask_prob = 0.65 model.mask_prob = 0.65
#model.mask_channel_prob = 0.5 model.mask_channel_prob = 0.5
#model.mask_channel_length = 64 model.mask_channel_length = 64
#model.activation_dropout = 0.1 #model.activation_dropout = 0.1
self.encoders = model self.encoders = model