cython? jython? maybe i meant something else?
24.8.2024 07:50cython? jython? maybe i meant something else?what a dumpster fire...
26.7.2024 03:24what a dumpster fire...asking me to do something "when i have time" is pretty much the best way to ensure it never happens lol
24.5.2024 03:50asking me to do something "when i have time" is pretty much the best way to ensure it never happens lolthat's quite the author list...
18.5.2024 01:22that's quite the author list...my track is definitely getting better. starting to pick up some speed!
1.4.2024 22:02my track is definitely getting better. starting to pick up some speed!a quick blog post on using jax to build differentiable kalman filters
https://matpalm.com/blog/differentiable_kalman_filters_in_jax/
#notEverythingUsefulIsANeuralNet
1.4.2024 06:37a quick blog post on using jax to build differentiable kalman...vanilla SGD with a learning rate of 1e-7 and _still_ as unstable as a dog! this one is a tough nut to crack :/
28.3.2024 11:48vanilla SGD with a learning rate of 1e-7 and _still_ as unstable as a dog! this one is a tough nut to crack :/wheeeee!!!!!!!!!!!
https://youtu.be/7WCsM-phPlo
just typo'd "enumerage" instead of "enumerate" and it's actually quite applicable given the code i'm refactoring
21.11.2023 23:31just typo'd "enumerage" instead of "enumerate" and it's actually quite applicable given the code i'm...running wavenet on an FPGA at (almost) 200,000 inferences a second.
https://matpalm.com/blog/wavenet_on_fpga/
https://www.youtube.com/watch?v=-14O8rNdFyQ
12.11.2023 02:04running wavenet on an FPGA at (almost) 200,000 inferences a...@WillFlux thanks for your projectf site will, heaps of useful info for a new FPGA user like me
20.9.2023 21:40@WillFlux thanks for your projectf site will, heaps of useful info for a new FPGA user like methe FPGA rabbit hole is deep
18.9.2023 07:10the FPGA rabbit hole is deepc++ on an MCU; "oh boy! this is some hellishly tricky bit manipulation code, but gee it's fast"
verilog on an FPGA: hold my beer.
16.9.2023 08:09c++ on an MCU; "oh boy! this is some hellishly tricky bit manipulation code, but gee it's fast"verilog on an FPGA: hold my...but can it run a neural net?!?!
15.9.2023 21:50but can it run a neural net?!?!you're not going to impress me if this is the first figure in your "deep tech" white paper...
12.9.2023 12:11you're not going to impress me if this is the first figure in your "deep tech" white paper...hand rolling some matrix multiplication for an FPGA for matrices conformable for a specific set of block multiplications. it's something others have done years and years ago, but not me. so it's lovely learning exercise with a series of "but why is that like that?" followed by "and why is _that_ like that?" love it!
11.9.2023 03:21hand rolling some matrix multiplication for an FPGA for matrices conformable for a specific set of block multiplications. it's something...working through this amazing FPGA tutorial series by @shawnhymel
https://www.youtube.com/playlist?list=PLEBQazB0HUyT1WmMONxRZn9NmQ_9CIKhb
really good stuff!
10.9.2023 22:23working through this amazing FPGA tutorial series by @shawnhymel...running a wavenet style neural network eurorack waveshaper at 48,000 inferences / sec! my fastest network yet, and i say "yet" because i just ordered a eurorack / FPGA adapter.
i feel the need, the need for audio rate speed!
http://matpalm.com/blog/wavenet_on_mcu/
https://www.youtube.com/watch?v=W2E7iZeZDlM
10.9.2023 03:21running a wavenet style neural network eurorack waveshaper at 48,000 inferences / sec! my fastest network yet, and i say "yet"...the CMSIS dsp library for arm has a python wrapper that allows you to prototype using python so you can get your algorithm correct before porting to c++
trouble is , it keeps crashing for me...
i _guess_ core dumps with no errors are the TRUE authentic embedded experience lol
3.9.2023 01:12the CMSIS dsp library for arm has a python wrapper that allows you to prototype using python so you can get your algorithm correct before...⬆️
⬇️