Skip to content

Commit

Permalink
fixed the feat_in bug.
Browse files Browse the repository at this point in the history
Signed-off-by: Vahid <vnoroozi@nvidia.com>
  • Loading branch information
VahidooX committed Oct 31, 2020
1 parent 5a0cf54 commit 6791136
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Jenkinsfile
Expand Up @@ -224,20 +224,20 @@ pipeline {
}
}

stage('L2: Speech to Text WPE - Conformer') {
steps {
sh 'python examples/asr/speech_to_text_bpe.py \
--config-path="experimental/conformer" --config-name="conformer_bpe" \
model.train_ds.manifest_filepath=/home/TestData/an4_dataset/an4_train.json \
model.validation_ds.manifest_filepath=/home/TestData/an4_dataset/an4_val.json \
model.tokenizer.dir="/home/TestData/asr_tokenizers/an4_wpe_128/" \
model.tokenizer.type="wpe" \
trainer.gpus=[1] \
+trainer.fast_dev_run=True \
exp_manager.exp_dir=examples/asr/speech_to_text_wpe_conformer_results'
sh 'rm -rf examples/asr/speech_to_text_wpe_conformer_results'
}
}
// stage('L2: Speech to Text WPE - Conformer') {
// steps {
// sh 'python examples/asr/speech_to_text_bpe.py \
// --config-path="experimental/conformer" --config-name="conformer_bpe" \
// model.train_ds.manifest_filepath=/home/TestData/an4_dataset/an4_train.json \
// model.validation_ds.manifest_filepath=/home/TestData/an4_dataset/an4_val.json \
// model.tokenizer.dir="/home/TestData/asr_tokenizers/an4_wpe_128/" \
// model.tokenizer.type="wpe" \
// trainer.gpus=[1] \
// +trainer.fast_dev_run=True \
// exp_manager.exp_dir=examples/asr/speech_to_text_wpe_conformer_results'
// sh 'rm -rf examples/asr/speech_to_text_wpe_conformer_results'
// }
// }
}
}

Expand Down

0 comments on commit 6791136

Please sign in to comment.