Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down