Skip to content

Commit

Permalink
made fixes with original formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Rauf <[email protected]>
  • Loading branch information
nasretdinovr committed Dec 17, 2024
1 parent d7305aa commit 4330bf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,10 @@
"config_dir = root_dir / 'conf'\n",
"config_dir.mkdir(exist_ok=True)\n",
"\n",
"config_path = config_dir / 'masking_online_aug.yaml'\n",
"config_path = config_dir / 'masking_with_online_augmentation.yaml'\n",
"\n",
"if not config_path.is_file():\n",
" !wget https://raw.githubusercontent.com/{GIT_USER}/NeMo/{BRANCH}/examples/audio/conf/masking_online_aug.yaml -P {config_dir.as_posix()}\n",
" !wget https://raw.githubusercontent.com/{GIT_USER}/NeMo/{BRANCH}/examples/audio/conf/masking_with_online_augmentation.yaml -P {config_dir.as_posix()}\n",
"\n",
"config = OmegaConf.load(config_path)\n",
"config = OmegaConf.to_container(config, resolve=True)\n",
Expand Down

0 comments on commit 4330bf8

Please sign in to comment.