Skip to content

Commit

Permalink
Fix url.
Browse files Browse the repository at this point in the history
  • Loading branch information
maejima-fumika committed Dec 22, 2023
1 parent 9fc2502 commit f7bcac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnoir-onnx/example/super_resolution/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: super_resolution.nnoir

super_resolution.onnx:
wget -O $@ https://github.com/onnx/models/raw/main/archive/vision/super_resolution/sub_pixel_cnn_2016/model/super-resolution-10.onnx
wget -O $@ https://github.com/onnx/models/raw/main/validated/vision/super_resolution/sub_pixel_cnn_2016/model/super-resolution-10.onnx

super_resolution.nnoir: super_resolution.onnx
onnx2nnoir -o $@ --graph_name torch_jit_export --fix_dimension batch_size=1 $<

0 comments on commit f7bcac3

Please sign in to comment.