Skip to content

Update vit operators

Houssem ROUIS requested to merge hrouis/aidge_onnx:update_vit_operators into dev
  • Added onnx import for MatMul operator
  • Changed Dropout operator import: instead of replacing it with a GenericOperator, it is replaced with Identity
  • Fix Slice Attrs: fixed the order of the attrs and the values of ends attr
  • Changed Gather's indexes input to attrs

Merge request reports