Tommy van der Vorst
Tommy van der Vorst
Work in progress... just the parser for now. Some useful resources: * https://onnx.ai/onnx/operators/onnx__Einsum.html * https://github.com/termoshtt/einsum-derive/blob/main/einsum-codegen/src/subscripts.rs#L1 * https://stackoverflow.com/questions/26089893/understanding-numpys-einsum
This PR contains #139 , which was pulled out of the master branch. We can merge this when @CameronTofer agrees to relicense their contribution as "MIT OR Apache-2.0" (see #150).
Revert https://github.com/webonnx/wonnx/commit/aabd3d4dfa9e2c21807a746d16f8fd6b11e01b9e when `sign(x)` is fixed on Windows (check: `test_sign` should pass).
**Is your feature request related to a problem? Please describe.** When there are consecutive mapping operations (Neg, Relu, etc.) we should not execute these serially each in their own shader...
**Describe the bug** I have a use case where I would like to use `node-sql-parser` for syntax highlighting. For this, I would need to have access to the range of...
In some cases it is useful to bias a model's output to a large set of tokens (i.e. all tokens that are just ASCII). Currently you'd have to filter all...
It would be very useful to compare performance on a specific route over time. Such a feature would require the ability to link workouts that follow the same route (i.e....
Currently the stats pages show statistics either for 'all time' or 'past year'. It would be very useful to be able to select a different period (different year or completely...
A feature that would be very handy for running would be a chart showing distance ran (km) horizontally and the average pace (mm:ss) vertically, for a given time window (a...