From f0fbc6a3bc0cfe399b07ef1a8828185c8c410882 Mon Sep 17 00:00:00 2001 From: Julian Gamble Date: Mon, 12 Oct 2020 21:49:17 +1100 Subject: [PATCH] [doco] clarifying how to download files --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 06e9c6e..041d529 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ step. The dataset needed to run this code can be downloaded from [here](https://console.cloud.google.com/storage/browser/grid-cells-datasets). +Note that you will need to download the data files with [gsutil](https://cloud.google.com/storage/docs/gsutil_install) using the [cp](https://cloud.google.com/storage/docs/gsutil/commands/cp) command. When you have set gsutil up, you can download the files with a command similar to + + gsutil -m cp -r gs://grid-cells-datasets . + +The files then need to have the directory structure + + grid-cells/datasets/square_room_100steps_2.2m_1000000/0000-of-0099.tfrecord + +and so on. + The files contained in the repository are the following: * `train.py` is where the training and logging loop happen; The file comes