From 97a549cf79cf071de19dac44a07ca1de4310053e Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Sun, 11 Aug 2024 21:43:39 -0400 Subject: [PATCH] Fixup fix autoannotate.md --- doc/get_started/autoannotate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/get_started/autoannotate.md b/doc/get_started/autoannotate.md index dd71f5d69..f382c6863 100644 --- a/doc/get_started/autoannotate.md +++ b/doc/get_started/autoannotate.md @@ -366,7 +366,7 @@ in the configuration file for evaluation. [vak.eval.dataset] # copy the dataset path from the train config file here; # we will use the "test" split from that dataset, that we already prepared -path = ""/home/users/You/Data/vak_tutorial_data/vak/prep/train/dataset_prepared_20240811" +path = "/home/users/You/Data/vak_tutorial_data/vak/prep/train/dataset_prepared_20240811" ``` We do this instead of preparing another dataset,