diff --git a/models/super_resolution_nchw/README.md b/models/super_resolution_nchw/README.md index bea3d42..f9aceb0 100644 --- a/models/super_resolution_nchw/README.md +++ b/models/super_resolution_nchw/README.md @@ -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 -``` \ No newline at end of file +python3 gen_nchw_test_data.py -d path\to\super_resolution -n super_resolution +```