Dilshod Tadjibaev
Dilshod Tadjibaev
I think we can safely close this issue since #1081 and @nathanielsimard took care of device specification in the records.
I will look into this soon. I have been busy with PyTorch import implementation.
CC: @nathanielsimard , @louisfd, @Luni-4
> Looks more straightforward and easier to maintain. But seems it's totally different from current Python and Sqlite interface. Maybe we need rewrite the crate to use it. As long...
@laggui, thank you for looking into this. Yes, I suspected that there is more Python processing happening in their toolkit. It's unfortunate that they haven't made the preprocessing declarative and...
@syl20bnr rebased it myself. Lets push this PR through before the upcoming release.
> (Hopefully minor) request, would it be possible to also consider Cifar10, besides (instead of?) MNIST? In the rust-ML group we had various independent Neural Network libraries being developed. All...
> Hey. It only fails on torch backed for some reason. It passes ndarray backend. Have any clue why that might happeb? It's possible the implementation of some op for...
Perfect. I think this could be also used by Resize operator filed here: https://github.com/burn-rs/burn/issues/510
I'll implementing a first version with bicubic using convolution needed for resize onnx operator.