Harry Coultas Blum

Results 35 comments of Harry Coultas Blum

You can edit the menu shortcut in `chrome://extensions/shortcuts` but still haven't to click to disable on the site.

Fantastic project guys, I tried to write a simple script and hit all sorts of problems with running code as part of tests but papermill made it very easy. We're...

Is it not possible for a queue to be implemented so that when ``` Realm.Write(()=>{ }) ``` is called an there is another transaction going on, the action is completed...

Yes thats true. Is this how it currently works? If I were to begin a transaction using `Realm.Write()` on **Thread A** and again on **Thread B** immediately after, would the...

@boltzmann-Li Can you create a PR so we can see that fix. I haven't managed to get it working following your instructions. FYI the problem hasn't been fixed in torch...

I've got it working yes just need to neaten it up

The versions are locked so that new versions of things don't break fastaudio. The versioning system they used wasn't following semantic versioning at the time so we fixed it to...

For those specific problems I'd look into https://github.com/asteroid-team/asteroid. We wanted to be able to have a wide range of problems solvable with fastaudio but we've found it tricky to implement...

> I forgot about this one which would get close to this feature: https://github.com/facebookresearch/denoiser/blob/master/denoiser/augment.py#L29 Why do you say close, what is missing from that implementation?