Robin Lobel
Robin Lobel
Is there a parameter to increase the limit of simultaneous download shown ? It's pretty annoying to have this `... (more hidden) ...` at the end, we have no idea...
I still think it's critical to get this node in ONNX and `torch.onnx.export` as more and more audio models rely on a combination of STFT/ISTFT at any point within the...
Just to make sure: 1/ Did you enclose your Micron Crucial P1 in an external USB adapter ? If so, what adapter ? 2/ Did you install macOS on this...
thanks !
Hi, I would not waste to much time with the C++ dataset loader and would instead write my own C++ tensor loading routine. There's a very useful function in libtorch...
I use it with spectrograms data but yes that's the same principle. If you want to use it with pictures, you would have to load your png/jpeg images into c++...
I generate spectrograms in real time directly in C++. I've created this library for my software [SpectraLayers](https://new.steinberg.net/spectralayers/).
If you're referring to SpectraLayers, it's both a plugin and a stand-alone application. I indeed use U-Net for several spectrogram processing (for most AI-driven processes, actually).
You can download SpectraLayers directly from here: https://www.steinberg.net/en/support/downloads/downloads_spectralayers_7.html
Hi guys, I confirm FluidLite is 100% compatible with FluidSynth (at least for all the core functionalities). It's now also the official replacement for FluidSynth in VLC 3. I'm not...