Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

onnx-coreml 1.2

Compare
Choose a tag to compare
@bhushan23 bhushan23 released this 22 Jan 19:00
469298e

This release includes

  • Generic remove unused layer pass to eliminate layers whose output is not being used
  • Transforming Conv -> Crop -> BN to Conv -> BN -> Crop to allow Conv-BN fusion
  • Includes bug fixes related to expand_dims being generated internally and error messages