Alex Errant
Alex Errant
I'm not sure how to split this PR into smaller pieces. [I made a video here](https://www.youtube.com/watch?v=QmOJfRnrJKg) of me going through the changes and justifying them. Please watch it over lunch...
Sorry it's been a while - I had to take care of some things in real life. I believe this PR requires changes to the CI because it adds the...
@L-M-Sherlock are you sure you're building `burn/examples/train-web/train`? Your command works for me there. (Though FWIW, I've been running [`./dev.sh`](https://github.com/tracel-ai/burn/pull/938/files#diff-a9d6b865c2c839f5e918652e57021ea2351500cb03c02dbfc97ad84421e936acR15).) When I run ` cargo tree | grep zstd` from that...
@Luni-4 I'm not sure I understand. Let me see if I can try to re-address your concerns. > Is it possible to use [Trunk](https://trunkrs.dev/) to build this project? It might...
Just to make sure we're on the same page - this PR demoed `burn-train` working with just multi-threading (via web workers). Sqlite was not required for training to work. (I...
FYI I more or less finished a proof-of-concept of getting the non-trivial project https://github.com/open-spaced-repetition/fsrs-rs training in the browser https://github.com/AlexErrant/fsrs-browser I git submoduled burn to get the above working https://github.com/AlexErrant/burn/tree/fsrs-browser I've...
I ran into the above issue (`No module named pip`). I've no idea what "refreshing" the venv means, but I solved it via: ``` sudo apt install python3.8-venv rm -rf...
Currently `guide` uses `wgpu`. Turns out (for me) it only segfaults with `wgpu`. `tch-cpu` and the various `ndarray`s all work. `tch-gpu` just exits immediately without an error message (and a...
FYI [this syntax is deprecated as of MySQL 8.0.20](https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html#:~:text=The%20use%20of%20VALUES()%20to%20refer%20to%20the%20new%20row%20and%20columns%20is%20deprecated%20beginning%20with%20MySQL%208.0.20). > The use of [VALUES()](https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html#function_values) to refer to the new row and columns is deprecated beginning with MySQL 8.0.20, and is...
Not quite - `nightwind.init()` returns a string/script that belongs in a `` tag in the head. It belongs in the `` to avoid the lightmode flash. See [the readme](https://github.com/jjranalli/nightwind#initialization). Basically,...