From d9fb1f809463ded3d3cad036fc5d32c06ba67dce Mon Sep 17 00:00:00 2001 From: "Thiseas C. Lamnidis" Date: Mon, 5 Sep 2022 16:10:17 +0200 Subject: [PATCH] Update directory trees in docs --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4176f89..7c37c70 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,13 @@ The eager input TSVs will be created in the following directory structure, given ``` eager_inputs ├── SG -│ ├── IND001 -│ └── IND002 +│ └──IND/ +│ ├── IND001 +│ └── IND002 └── TF - ├── IND001 - └── IND002 + └──IND/ + ├── IND001 + └── IND002 ``` ## run_eager.sh @@ -99,9 +101,11 @@ The outputs are saved with the same directory structure as the inputs, but in a ``` eager_outputs ├── SG -│ ├── IND001 -│ └── IND002 +│ └──IND/ +│ ├── IND001 +│ └── IND002 └── TF - ├── IND001 - └── IND002 + └──IND/ + ├── IND001 + └── IND002 ```