1
0
Fork 0
mirror of synced 2024-05-07 06:22:25 +12:00

Add upconv_7l models. only 2x.

This commit is contained in:
nagadomi 2016-10-08 19:36:09 +09:00
parent 66bff68ef1
commit 64952bad1f
7 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ models/*
!models/ukbench
!models/photo
!models/upconv_7
!models/upconv_7l
!models/vgg_7
models/*/*.png
models/*/*/*.png

View file

@ -0,0 +1 @@
Currently, this models are for the benchmark.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -33,5 +33,7 @@ export_model() {
}
export_model vgg_7/art
export_model upconv_7/art
export_model upconv_7l/art
export_model vgg_7/photo
export_model upconv_7/photo
export_model upconv_7l/photo