Nico Zweifel
Nico Zweifel
@MichaelsJP Sounds good to me. Maybe we can add CentOS as well. #1608 contains a dev container for vscode based on CentOS.
I am unfamiliar with running docker on macOS on an ARM platform, a ARM based image would be a nice addition though i think. Have you tried putting `--platform linux/amd64`...
Both, but for working on carbon a dev container image for vscode is beeing added in #1608 . Not sure if it does make sense for this project yet to...
Yea i think you are correct. It is probably too early to maintain multiple docker images. The build system might also change in the future still i guess. I can...
I created a draft PR based on @spigaz' fork: https://github.com/cloudflare/workers-rs/pull/472 @eric-seppanen I am not sure if pinning the exact version is required, but if it is possible changing the dependency...
> My complaint (pinning to `wasm-bindgen = "=0.2.87"`) was already fixed in [e06193a](https://github.com/cloudflare/workers-rs/commit/e06193a62157ec9ac4079132063a9716915f01cf). I ran into the same issue with a `>=0.2.9` dependency and wasn't sure if I should open...
> @nathanielsimard Hello, I am always interested in the implementation of lstm in burn. I was hoping I could spark the development of the LSTM implementation a bit with an...
> @wcshds @NicoZweifel I have identified the issue and we already have a planned fix. However, we will prioritize it as it directly affects a real-world use case. The problem...
> > > @wcshds @NicoZweifel I have identified the issue and we already have a planned fix. However, we will prioritize it as it directly affects a real-world use case....
@laggui Thanks will do 👍. I've made some progress in the meantime on my local fork but I need to finish a separate [feature PR](https://github.com/tracel-ai/burn/pull/2338), as well as update/maintain this...