From 5d4e8267b7843844b95625c22eb6beb4ccb43788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Carvalho?= Date: Mon, 20 Nov 2023 09:52:52 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04bf1d2..a20643b 100644 --- a/README.md +++ b/README.md @@ -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