From 1d64b61c1a81d6a549bd6270ccf9b79197ac2fe5 Mon Sep 17 00:00:00 2001 From: Jonah Casebeer Date: Mon, 25 Apr 2022 11:52:06 -0700 Subject: [PATCH] Update example eval command to match release names --- zoo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zoo/README.md b/zoo/README.md index 21ad6ac..d180624 100644 --- a/zoo/README.md +++ b/zoo/README.md @@ -64,7 +64,7 @@ pip install speexdsp To use a pre-trained checkpoint, download and unzip the tagged release. It contains model weights for all five tasks. Below is an example of using an AEC checkpoint from the release. You can find the `--date` and `--epoch` arguments by browsing the release file structure. ```{bash} -python aec_eval.py --name auto_rls_16_dt_nl_c --date 2022_04_08_22_47_49 --epoch 340 --ckpt_dir /all_tasl_ckpts/aec +python aec_eval.py --name aec_16_dt_nl_c --date 2022_04_08_22_47_49 --epoch 340 --ckpt_dir /aec ``` ## Running a Zoo Model