Dilshod Tadjibaev
Dilshod Tadjibaev
@bluenote10 looks like your question remains unanswered. I wanted to ask you in your research were you able to find a good FFT library for Rust? By good, I mean...
@jfix71 I really wish but I am new to C++, so it would take me longer to get started. Otherwise I am happy to contribute.
@muhdmud, thanks for looking into building the feature. Looking forward to using it. Meanwhile could you please use PyTorch/Glow forum to ask build/code questions. Getting ticket alerts but they're getting...
@mciprian13 @jfix71, according to https://pytorch.org/docs/master/nn.functional.html#log-softmax, there is a warning regarding the numerical stability if operation is decomposed into Log and Softmax. Would this be a concern for inference mode as...
@bluss Thanks for the update because the community has been worried about the maintenance of such important Rust library. Many projects rely on its existence and can't find any drop...
@nilgoyette > This is exactly my opinion. I don't think `ndarray` is redundant. `nalgebra` certainly share some features, but I do not use them in the same ways nor with...
Is there any way to disable `include` expansion? There is a setting that disables macro proc expansion but I would like to disable `include!` to avoid rust server crash. I...
> Hi is this something I could work on? Yes, please!
@FjodorGit, you will need to run tests for each backend. For example, if you need to test with ndarray, you'll need cd to burn-ndarray and run cargo test. The tests...
OK. Closing this as it's too generic. We need to identify missing tests and add them as we go.