Robin Lobel

Results 29 comments of Robin Lobel

If multiple weights are available per model, it'd be nice if we could programmatically scan through all available weights and automatically associate them with their corresponding model function (ie: lowercase...

It's right there in your code snippet: `"recipe": "https://github.com/pytorch/vision/tree/main/references/detection#retinanet"` The link has all the informations you need.

Interesting, didn't know SF4 existed. Do you have a link to some doc/example ?

Playing sound to the speakers is beyond the scope of FluidLite, as described in the README: "FluidLite keeps very minimal functionnalities (settings and synth), therefore MIDI file reading, realtime MIDI...

Hi guys, indeed not much activity from me in this repository but I'd be happy to merge any PR !

I'd love to see support for at least radix-3 as well, and possibly also radix-5 and 7 !

@malfet I also get this issue with the main pytorch channel too. It was working fine a couple days ago. Using M1 macOS 12.4 / arm miniconda. Was there any...

I don't understand why it's blocking torchaudio installation on M1/macOS 12 while it was working perfectly fine a week ago, and no files have changed on the pytorch conda repo....

> Hmm, I see the same problem. Looks like something have change in the ecosystem: `conda install pytorch -c pytorch` attempts to install pytorch-1.10.2 rather than 1.11 Can repro that...

Pushing investigations further, it seems it all comes down to the osx arm64 channel index being broken: https://conda.anaconda.org/pytorch/osx-arm64/current_repodata.json No torchaudio is listed and only 2 versions of pytorch are listed...