Browse Source

fix interp miss args (#3021)

tags/20210720
Jimmy GitHub 5 years ago
parent
commit
def081e845
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tools/modelwriter.h

+ 2
- 0
tools/modelwriter.h View File

@@ -1277,6 +1277,8 @@ int ModelWriter::save(const char* parampath, const char* binpath)
fprintf_param_value(" 2=%e", width_scale)
fprintf_param_value(" 3=%d", output_height)
fprintf_param_value(" 4=%d", output_width)
fprintf_param_value(" 5=%d", dynamic_target_size)
fprintf_param_value(" 6=%d", align_corner)
}
else if (layer->type == "Log")
{


Loading…
Cancel
Save