Sludge

Results 35 comments of Sludge

Hmm, it's still broken with 3+ entries

There we go. The fixup should only happen when an index was removed that is *not* at the end of the array.

There are no `Gemm` or `MatMul` nodes in the network. In fact let me post the `nnx info` output for reference: ``` +------------------+----------------------------------------------------+ | Model version | 0 | +------------------+----------------------------------------------------+...

No, it doesn't work yet. Support for grouped convolutions is required to make this model work properly. I tried to implement them a few weeks ago but couldn't get them...

One long-term feature I'd like to see is having wonnx expose its input `wgpu::Buffer` so that the application can use the GPU to produce the inference input instead of always...

This was fixed by https://github.com/webonnx/wonnx/pull/157

*Any* type alias of a `struct` will reproduce it. ```rust pub type Alias = Vec; ``` Result: ![screenshot_2024-01-27_02:54:58](https://github.com/rust-lang/rust/assets/96552222/d8d180d8-e9fe-4e79-8ea7-5cb3e5072bf5)

To me, "aliased type" strictly refers to the right-hand side of the `type A = B` syntax, so I would find this feature much less confusing if it simply used...

Ah, I looked into https://github.com/tokio-rs/tracing/blob/master/tracing-log/CHANGELOG.md, which hasn't been updated