Dilshod Tadjibaev

Results 313 comments of Dilshod Tadjibaev

Just wanted to add that the Burn team love to use parts of WONNX as a backend for Burn (without ONNX). We are tracking this work here (https://github.com/burn-rs/burn/issues/243). CCing @nathanielsimard...

@rekka Can you please merge this update and push a new release? We are getting a build warning telling that the future version of Rust will be rejected: ``` Finished...

Thanks for looking into this. Couldn't the solution be more general than removing `""` (double quotes)? If we could strip the beginning and ending quotes, then preprocessor would have caught...

In that case, this needs to be make clearer (in documentation or instructions) because from the context neither the reader, nor validator would know that quoted text should be read...

> Which backend performs the best on Android / iOS? Can wgpu-backend utilize neural engines? I haven't tried this myself but here is what supported for Android / iOS: `burn-ndarray`...

> On Android, Burn crashes (at least with the wgpu backend) when trying to persist the autotune cache because the `dirs` crate returns `None`. You can disable auto-tune.

> > You can disable auto-tune. > > > > Wouldn't it result in worse performance? I'll still try, could you tell me how to do that? auto tune is...

I prefer if we implement `display::fmt`. BTW, you may have to look into burn-derive crate to get attribute names and tree structure.