提交 d64cdc78 编写于 作者: H Hui Zhang

fix

上级 c484d537
......@@ -233,7 +233,7 @@ class U2Trainer(Trainer):
batch_frames_inout=0,
preprocess_conf=config.collator.augmentation_config,
n_iter_processes=config.collator.num_workers,
subsampling_factor=0,
subsampling_factor=1,
num_encs=1)
self.valid_loader = BatchDataLoader(
......
......@@ -65,7 +65,6 @@ class SpecAugmentor(AugmentorBase):
self.n_time_masks = n_time_masks
self.p = p
# adaptive SpecAugment
self.adaptive_number_ratio = adaptive_number_ratio
self.adaptive_size_ratio = adaptive_size_ratio
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册