Browse Source

Fix noise0 model (backend: cudnn -> cunn)

nagadomi 8 years ago
parent
commit
7040dff6f8

File diff suppressed because it is too large
+ 41 - 14
models/upconv_7/art/noise0_scale2.0x_model.t7


File diff suppressed because it is too large
+ 0 - 0
models/upconv_7/art/scale2.0x_model.t7


File diff suppressed because it is too large
+ 41 - 14
models/upconv_7/photo/noise0_scale2.0x_model.t7


File diff suppressed because it is too large
+ 0 - 0
models/upconv_7/photo/scale2.0x_model.t7


+ 1 - 1
tools/rebuild_all.sh

@@ -21,7 +21,7 @@ rebuild() {
     fi
 
     if [ -f models/${1}/noise0_scale2.0x_model.t7 ] && [ ! -h models/${1}/noise0_scale2.0x_model.t7 ]; then
-	th tools/rebuild_model.lua -i models/${1}/noise1_scale2.0x_model.t7 -o models/${1}/noise1_scale2.0x_model.t7  -backend cunn -model $2
+	th tools/rebuild_model.lua -i models/${1}/noise0_scale2.0x_model.t7 -o models/${1}/noise0_scale2.0x_model.t7  -backend cunn -model $2
     fi
     if [ -f models/${1}/noise1_scale2.0x_model.t7 ] && [ ! -h models/${1}/noise1_scale2.0x_model.t7 ]; then
 	th tools/rebuild_model.lua -i models/${1}/noise1_scale2.0x_model.t7 -o models/${1}/noise1_scale2.0x_model.t7  -backend cunn -model $2

Some files were not shown because too many files changed in this diff