You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2708 should fix it. Currently in the review status. With this fix, you should be able to compile the code.
I checked code generation and it appears the values are rendered correctly. I encourage you to check again with the build. I only converted the onnx file to rs code:
Describe the bug
The generated code for this onnx model: https://github.com/opencv/opencv_zoo/blob/main/models/face_detection_yunet/face_detection_yunet_2023mar.onnx
contains this code:
This doesn't compile since scale factor should be f32.
@laggui states:
https://github.com/tracel-ai/burn/blob/main/crates/burn-import/src/burn/codegen.rs#L9
Expected behavior
The code should compile.
Desktop (please complete the following information):
Additional context
Discord chat context: https://discordapp.com/channels/1038839012602941528/1059209073784008835/1329098432580816936
The text was updated successfully, but these errors were encountered: