Aitor Ruano

Results 8 comments of Aitor Ruano

Hey! As you say it is going to be a bit of pain indeed to make that abstraction but it might be worth it. Also if we choose the right...

I want to first make a few improvements to get to something really usable in ML, like adding optimisers and parameter freezing, but once I get to that MVP for...

Hi! :smile: It is good you ask about this because actually I am currently working on writing a MNIST digit recognition based on [this](https://github.com/pytorch/examples/tree/main/mnist). So it should be ready any...

After some more investigation I saw it is actually called, but only when generating the real changelog file, not during dry-runs. Probably it should work with dry-runs too.

I am fairly new to Rust and even more to Web Assembly, in which way threading could break compatibility with other platforms?

Indeed, if threading is going to break compatibility in different targets we should target its compilation and usage with the `#[cfg]` attribute. I really want this to work, especially on...

Yes! I wonder if it is possible to trigger `sharks-wasm` pipeline from here. Will investigate tomorrow.