Skip to content
Open
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
4 changes: 2 additions & 2 deletions models/super_resolution_nchw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Download and extract [Super Resolution (with sample test data)](https://github.c

Convert to `.npy` formatted files by:
```sh
python3 gen_nhwc_test_data.py -d path\to\super_resolution -n super_resolution
```
python3 gen_nchw_test_data.py -d path\to\super_resolution -n super_resolution
```