Luni-4

Results 153 comments of Luni-4

If it's not urgent, feel free to assign to me this task :)

@antimora We can rewrite the https://github.com/burn-rs/burn/blob/main/examples/image-classification-web/https_server.py in https://github.com/tokio-rs/axum in order to simplify the `xtask-wasm` transition. Are you willing to do that?

> > @antimora > > We can rewrite the https://github.com/burn-rs/burn/blob/main/examples/image-classification-web/https_server.py in https://github.com/tokio-rs/axum in order to simplify the `xtask-wasm` transition. Are you willing to do that? > > In the end,...

The documentation and some information are here: https://trunkrs.dev/

I do not know `nix` at all, but I agree about the great amount of generated code and the relative difficulty to maintain it. @Kodylow Would it be possible to...

@dcvz made me notice that `LeakSanitizer` does not work everywhere, so another possible option to get this error is: 1. Install `valgrind` on your operating system 2. Run ``` CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="valgrind...

@AlexErrant Is it possible to use [Trunk](https://trunkrs.dev/) to build this project? It might simplify the building phase and CI

@AlexErrant I think you were writing something similar to this [example](https://github.com/trunk-rs/trunk/tree/main/examples/vanilla) for what concerns the `wasm` part, as you are importing wasm dependencies in `burn/train` . Obviously this part cannot...

@AlexErrant My concerns were born from the fact that you are building `wasm` in your code, I can see a shell script which compiles your example for the `wasm32` target,...