added
Verification Option for Model Conversion
January 31st, 2024
π New Features
Verification Option for Model Conversion
- You can now enable an optional
verify
argument when callingconvert_model()
, which runs automatic checks to validate that the converted model behaves correctly.
π Bug Fixes
- Fixed a bug where incorrect verification results were not being surfaced properly after conversion.
- Improved error messaging when using invalid combinations of device/framework/software version in
convert_model()
.
π§ Why these matter
- This update improves model conversion reliability and helps users detect issues early in the deployment pipeline.
- It reduces time spent debugging export errors and gives users more confidence in their final output.