Giuseppe Romano

Results 7 comments of Giuseppe Romano

I am trying to pass bytes (raw audio data) to the javascript part so I can play audio without using a file. Would that be possible? Thanks

@dddomodossola , fantastic, thanks!!

not sure if still relevant, but I found this: https://github.com/loretoparisi/dash.js

@shoyer, what's the status of ``gmres``? I started its implementation today but then I realized you have something already.

@shoyer thanks for sharing! I think it would be nice to combine your implementation with the dot product between a sparse matrix and a vector #3717. The jit/GPU implementation still...

@shoyer, great. Any reason for not using experimental.loops? Just for the sake of prototyping, I rewrote your version using loops (just personal taste for faster iterations). Using jnp.lstsq, I plotted...

Meanwhile, as a reference, this is what I have so far on GMRES (using ``while_loop``, still needs to be tested carefully) https://gist.github.com/romanodev/be02bd4b7e90c5ebb3dc84ebebf4e76f