Skip to content

Commit 3ff787d

Browse files
committed
fix directory navigation
1 parent aedb5de commit 3ff787d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To run inference, you must have already run all of the training scripts, generat
244244

245245
1. Change to the `Inference` directory.
246246
```
247-
cd /Inference
247+
cd ./Inference
248248
```
249249

250250
### Option 1: Run in Jupyter Notebook

AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/sample.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
"source initialize.sh",
2121
"cd ./Dataset",
2222
"python get_dataset.py --output_dir ${COMMON_VOICE_PATH}",
23-
"cd ../Training",
23+
"cd ..",
24+
"cd ./Training",
2425
"jupyter nbconvert --execute --to notebook --inplace --debug lang_id_training.ipynb",
25-
"cd ../Inference",
26+
"cd ./Inference",
2627
"jupyter nbconvert --execute --to notebook --inplace --debug lang_id_inference.ipynb"
2728
]
2829
}

0 commit comments

Comments
 (0)