Fabian-Robert Stöter

Results 111 issues of Fabian-Robert Stöter

It would be useful to be able to retrieve standardized (SPDX) license identifiers through pybif. GBIF licenses are listed legal code urls, we would either need to port [this](http://gbif.github.io/parsers/apidocs/src-html/org/gbif/api/vocabulary/License.html#line.87), assuming...

Support for async requests (e.g. via aiohttp) could make a nice improvement. Also it could speed up offset searches significantly. Since pygbif has no support for legacy python, this could...

one of the benefits of 1d conv based filterbanks is that they can be more easily exported for deployment. testing `TorchSTFTFB` reveals that onnx export doesn't currently work and its...

👋 great work! Are you able to provide a quick and dirty inference script [like in the ast code base](https://github.com/YuanGongND/ast/blob/master/egs/audioset/inference.py) for failsafe inference on audioset and esc? that would be...

enhancement

renaming docstring as mentioned in #161

As more and more people use pytorch now, I wonder if we can have a pytorch example to use with pescador? I fact, I already tried a few things.... Lets...

Documentation

Compared to `numpy.einsum`, `Einsum.jl` seems to be quite slow. I wonder if there is some room for improvements on this side: ### numpy ``` python import numpy as np import...

Chrome 66 was released a few days ago and trackswitch falls to the victim from the recent changes of Chromes new user interaction model: ``` The AudioContext was not allowed...

bug

This seems an ambitious project. Why not consider adding the functions as contributions to torchaudio?