Skip to content

Commit

Permalink
Update directory trees in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis authored Sep 5, 2022
1 parent 3a8dbf5 commit d9fb1f8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

0 comments on commit d9fb1f8

Please sign in to comment.