mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
c461ab34e7
commit
9355622a3d
Binary file not shown.
@ -81,7 +81,7 @@ 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
|
||||||
#model.mask_prob = 0.3 ## for conv network freeze
|
model.mask_prob = 0.5 ## for conv network freeze
|
||||||
|
|
||||||
if not isinstance(model, Wav2Vec2Model):
|
if not isinstance(model, Wav2Vec2Model):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user