Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: experiment_scipts to experiment_scripts #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: experiment_scipts to experiment_scripts
wyxogo authored Jan 13, 2023
commit a18b39685225ff90b3b3d61dc257337f5adaa7a2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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=<path_to_audio_file>
python experiment_scripts/train_audio.py --model_type=sine --wav_path=<path_to_audio_file>
```

### 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