From 10d781c9595b38e434f00b5670c1deb15ffaf632 Mon Sep 17 00:00:00 2001 From: Theofanis Karaletsos Date: Fri, 20 Oct 2023 15:04:04 -0700 Subject: [PATCH] adding aws cli imnstructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90b4258..4a26e75 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,6 @@ By default, training jobs are run locally. We provide sweep configurations, python scripts, and jupyter notebooks to replicate each analysis from the paper in the `paper/experiments/` directory. Additionally, we provide our precomputed metrics and checkpoints for download to allow exploration of the results without rerunning all experiments. Detailed instructions for replicating each analysis are available in the README files of the `paper/experiments/` directory. + + +Note: we prestore some results in a public s3 instance. To access those precomputed results you will need to install the 'aws cli' client, see 'https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html' and have your own aws account you can log in with. \ No newline at end of file