root icon indicating copy to clipboard operation
root copied to clipboard

[tmva][sofie][gsoc] Implemented the Range ONNX Operator in SOFIE

Open Neel-Shah-29 opened this issue 2 years ago • 3 comments

This Pull request: Implements the Range ONNX Operator

Checklist:

  • [X] tested changes locally
  • [ ] updated the docs (if necessary)

Neel-Shah-29 avatar Jun 03 '23 20:06 Neel-Shah-29

Can one of the admins verify this patch?

phsft-bot avatar Jun 03 '23 20:06 phsft-bot

@lmoneta @sanjibansg I am getting the below error for the renge operator, can you please help me with it? I think the error is due to the stod function used to convert string input to double. image

Neel-Shah-29 avatar Jun 03 '23 20:06 Neel-Shah-29

@lmoneta @sanjibansg I am getting the below error for the renge operator, can you please help me with it? I think the error is due to the stod function used to convert string input to double. image

I think this is because the string inputs that the operator is receiving actually do not contains any double value, which is expected, as ONNX model inputs usually takes up strings to represent their values rather than actually encoding them to strings.

sanjibansg avatar Jun 04 '23 12:06 sanjibansg