Skip to content

Commit

Permalink
Reformat notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
artbataev committed Jul 11, 2023
1 parent b8ab5bb commit c56070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_TTS_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"config.model.enhancer_model_path = ENHANCER_MODEL_PATH\n",
"\n",
"# fuse BathNorm automatically in Conformer for better performance\n",
"config.model.asr_model_fuse_bn = True \n",
"config.model.asr_model_fuse_bn = True\n",
"\n",
"# training data\n",
"# constructed dataset\n",
Expand Down

0 comments on commit c56070d

Please sign in to comment.