- Update anomalib to v0.7.0+obx.1.3.3 - Update network builders to support loading model checkpoints from disk
2.1.8
Added
- Add onnxconverter-common to the dependencies in order to allow exporting onnx models in mixed precision if issues are encountered exporting the model entirely in half precision.
2.1.7
Fixed
- Fix lightning implementation of batch size finder not working properly when the initial batch size is bigger than the dataset length, now also the code checks that the last iteration works properly.
2.1.6
Updated
- Remove poetry dependencies from quadra toml - Update readme to explain how to use poetry properly