Update README.md

This commit is contained in:
João Carvalho 2023-11-20 09:52:52 +01:00 committed by GitHub
parent 6411443420
commit 5d4e8267b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,10 @@ bash setup.sh
To try out the MPD inference, first download the data and the trained models.
```bash
conda activate mpd
```
```bash
gdown 1mmJAFg6M2I1OozZcyueKp_AP0HHkCq2k
tar -xvf data_trajectories.tar.gz
@ -90,6 +94,10 @@ The results will be saved under `data_trained_models/[model_id]/results_inferenc
We recommend running the follwowing in a SLURM cluster.
```bash
conda activate mpd
```
To regenerate the data:
```bash
cd scripts/generate_data