Talmaj / onnx2pytorch

Transform ONNX model to PyTorch representation
Apache License 2.0
310 stars 59 forks source link

NotImplementedError: Conversion not implemented for op_type=GreaterOrEqual. #56

Closed stavros-p closed 2 weeks ago

stavros-p commented 1 year ago

If you could add this operation, it would be really helpful!

tnoe1 commented 3 months ago

I too am getting this issue! @stavros-p Did you ever figure out a workaround?

tnoe1 commented 3 months ago

I opened pull request #64 to add this op type.