Luni-4

Results 127 comments of Luni-4

Missing frame metrics API, here's a prototype ``` const *MetricType calculate_frame_metric( const uint8_t *frame1_data[3], const usize frame1_strides[3], const uint8_t *frame2_data[3], const usize frame2_strides[3], uint32_t width, uint32_t height, uint32_t bitdepth, enum...

@dwbuiten For now I'm no more interested in C-API, so if you want, you can close this issue :)

@BuyMyMojo and @shssoichiro Is there any update for this one?

@antimora Can we add the `Split` operator to the list too? Looking at [this list](https://github.com/tracel-ai/burn/blob/main/crates/burn-import/SUPPORTED-ONNX-OPS.md), it's not present in `burn` as well though :thinking:

@antimora You are perfectly right, I should have noticed the difference. Yes, I can file another issue

In my opinion we can support training in the browser at a later time in a new crate called `burn-wasm`. In this way we do not have to change the...

@jofas analysis is correct. If I remember correctly, we have removed the `--no-deps` option because of the great amount of time in bulding the docs. [Here](https://github.com/tracel-ai/burn/blob/main/xtask/src/runchecks.rs#L279) and [here](https://github.com/tracel-ai/burn/blob/main/xtask/src/runchecks.rs#L315) are the...