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
3af7ec8f63
commit
dd4c558d66
Binary file not shown.
@ -222,7 +222,7 @@ def get_annealed_rate(start, end, curr_step, total_steps):
|
||||
return end - r * pct_remaining
|
||||
|
||||
|
||||
@register_model("data2vec_audio_icefall", dataclass=Data2VecAudioConfig)
|
||||
@register_model("data2vec_audio", dataclass=Data2VecAudioConfig)
|
||||
class Data2VecAudioModel(BaseFairseqModel):
|
||||
def __init__(self, cfg: Data2VecAudioConfig):
|
||||
super().__init__()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user