Šimon Brandner
Šimon Brandner
I believe it is this one: https://github.com/SimonBrandner/burn-import-testbed/blob/main/models/recognizer.onnx
Oh, sorry about that... I'll probably zip them at some point, Git LFS is a pain... The model can be downloaded from [here](https://drive.google.com/file/d/1ijbMt1LETLQc6GDGAtEJx8ggEGenyM7m/view?usp=sharing) but you might need to update the...
After https://github.com/tracel-ai/burn/pull/2128 was merge this is now: ``` ERROR burn_import::logger: PANIC => panicked at /home/simon/.cargo/git/checkouts/burn-178c6829f420dae1/27ca6ce/crates/onnx-ir/src/dim_inference.rs:819:9: Gather: indices tensor rank above 1 not supported ```
After https://github.com/tracel-ai/burn/commit/be5eb910d4e8f91a7162c523a2d390d01a41a12d: ``` ERROR burn_import::logger: PANIC => panicked at /home/simon/.cargo/git/checkouts/burn-178c6829f420dae1/be5eb91/crates/burn-import/src/onnx/to_burn.rs:1245:18: Can't transform scalar to tensor. ```
After https://github.com/tracel-ai/burn/pull/2148: ``` ERROR burn_import::logger: PANIC => panicked at /home/simon/.cargo/git/checkouts/burn-178c6829f420dae1/16239db/crates/burn-import/src/burn/ty.rs:135:19: Ident cannot be a number; use Literal instead ```
This has evolved to: ``` ERROR burn_import::logger: PANIC => panicked at /home/simon/.cargo/git/checkouts/burn-178c6829f420dae1/c94e743/crates/burn-import/src/onnx/op_configuration.rs:1056:9: Reshape: shape tensor must be present for Node { node_type: Reshape, name: "reshape1", inputs: [Argument { name: "conv2d62_out1",...
Hi, @MrAnno, unfortunately, I am no longer an active part of the project and do not have much time on my hands atm. I believe @BillCarsonFr will be able to...