You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `-agje, --auto_generate_json_on_error` option (opt-in, disabled by default)
147
148
- Removed mutual exclusivity with `-cotof`
148
149
- Automatic JSON usage when both options are specified
149
150
@@ -158,4 +159,4 @@ For a 6D tensor, there are 720 possible permutations to test. The tool will syst
158
159
159
160
## Summary
160
161
161
-
This implementation enables onnx2tf to automatically propose solutions for conversion errors and accuracy issues. Users no longer need to manually create JSON files - the tool automatically discovers optimal conversion parameters through systematic exploration of the parameter space. The feature represents a significant improvement in usability, especially for complex models with non-standard dimension arrangements.
162
+
This implementation enables onnx2tf to automatically propose solutions for conversion errors and accuracy issues. Users no longer need to manually create JSON files - the tool automatically discovers optimal conversion parameters through systematic exploration of the parameter space. The feature represents a significant improvement in usability, especially for complex models with non-standard dimension arrangements. To avoid surprising users with new files, automatic generation on accuracy errors is now opt-in via `--auto_generate_json_on_error`.
0 commit comments