Skip to content

Unsqueeze operator is missing (so add unsqueeze, or better yet, delete squeeze) #296

Description

@fdwr

The squeeze operator is present, but its counterpart unsqueeze is missing (see ONNX / PyTorch / TF nearest equivalent), which ought to be included for parity with squeeze and because many popular models use it:

  • Densenet
  • YoloVY3 Tiny
  • YoloV4
  • Inception v2-9
  • EfficientDet
  • Mask RCNN
  • Faster RCNN
  • BIDAF
  • mnist LSTM
  • simpnet
  • RetinaFace
  • LAMA
  • BERT
  • GPT2
  • Single Stage Detector
  • wav2vec
  • Bertsquad-10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions