Skip to content
Snippets Groups Projects
Commit d10e876e authored by Alex Lee's avatar Alex Lee
Browse files

Add note about bash version.

parent 1b0d452a
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@ cd video_prediction
```bash
pip install -r requirements.txt
```
Note: in macOS, make sure that bash >= 4.0 is used (needed for associative arrays in `download_model.sh` script).
### Use a Pre-trained Model
- Download and preprocess a dataset (e.g. `bair`):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment