From 0a5d2795d427ea0e6766bd50c573db29773fa066 Mon Sep 17 00:00:00 2001 From: Somshubra Majumdar Date: Thu, 22 Sep 2022 23:02:31 -0700 Subject: [PATCH] Fix ASR issues (#4984) * Fix ASR issues Signed-off-by: smajumdar * Revert fix Signed-off-by: smajumdar Signed-off-by: smajumdar --- tutorials/asr/ASR_with_NeMo.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/asr/ASR_with_NeMo.ipynb b/tutorials/asr/ASR_with_NeMo.ipynb index 253b1394efb3..3b416429b206 100644 --- a/tutorials/asr/ASR_with_NeMo.ipynb +++ b/tutorials/asr/ASR_with_NeMo.ipynb @@ -161,6 +161,7 @@ "id": "gAhsmi6HlRzh" }, "source": [ + "import os\n", "# This is where the an4/ directory will be placed.\n", "# Change this if you don't want the data to be extracted in the current directory.\n", "data_dir = '.'\n",