innerop

Results 31 comments of innerop

@pixelsCommander this is great work and I wish I could help you maintain it. But realistically, shouldn’t this be undertaken by the likes of Google and Mozilla? Why are we...

I thought of doing that myself but wasn't comfortable with having the error message from readlink -f persist, so I tried to install greadlink which supports the -f option but...

Hey @loudinthecloud, I'm making my way through the referenced papers and learning PyTorch as a framework. But before going further, I wanted to make sure your approach here would work...

This is great. I will be trying it out on two edge devices each having a 10TFLOPS GPU (with Tensor cores) and CUDA 9/10, and a Cloud server having an...

Well, I have setup a Meetup for others to join and contribute their GPUs to such a scaling experiment. I have two NVIDIA Jetson TX2 SBCs (single board computers) each...

That's why I'm testing with 2 nodes of identical hardware. I did look at tf-encrypted and PySyft (and Syft) but I'm not sure that I need the extra stuff to...

Hi, Any update on this? I believe browsers will soon be removing the WebAudio script processor API. Thanks.

Hi, Any update on this? I believe browsers will soon be removing the WebAudio script processor API. I can try to merge this PR on a local branch. Is it...

Hi Hugh, The reason I brought it up was because I've heard the audio script processor works on the main (UI) thread, which has a lot going already in my...

"interruptStep: 0" in the OP's code implies no calls to nextTick (just synchronous looping) so I don't understand why it would slow down after repeated calls (i.e. no nextTick throttling)