Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,30 @@

IO Benchmark for Deep Learning Application on HPC cluster.

## Requirements

```shell
pip3 install -r requirements.txt
```

## Usage

Please refer to help message:

```
./bench.py --help
python3 bench.py --help
```

### Example

* Generate Random Dataset

```shell
python3 generate.py
```

* Run

```shell
python3 bench.py --config ./config.ini
```
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
torch
torchvision
tqdm