From a18b39685225ff90b3b3d61dc257337f5adaa7a2 Mon Sep 17 00:00:00 2001 From: Ogo <61509470+wyxogo@users.noreply.github.com> Date: Fri, 13 Jan 2023 14:33:59 +0800 Subject: [PATCH] Fix: experiment_scipts to experiment_scripts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bb2031e..811a60fc 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This github repository comes with both the "counting" and "bach" audio clips und They can be trained with ``` -python experiment_scipts/train_audio.py --model_type=sine --wav_path= +python experiment_scripts/train_audio.py --model_type=sine --wav_path= ``` ### Video experiments @@ -77,7 +77,7 @@ link above. To fit a model to a video, run ``` -python experiment_scipts/train_video.py --model_type=sine --experiment_name bikes_video +python experiment_scripts/train_video.py --model_type=sine --experiment_name bikes_video ``` ### Poisson experiments