-
Hi,
I have been following the examples in RNN-Denoise. However, when testing the quantized model, I noticed that the quantized output tends very fast towards zero:
![image](https://github.com/ma…
-
May I ask how you changed the run in the class RWKV_RNN to make the state input and output? Now my revised speed after modification is relatively slow, and the converted onnx model is relatively large…
-
Hello, I use colab. I could convert it before, but now I can’t use it at all. Can you correct the error?
Traceback (most recent call last):
File "/content/icassp2022-vocal-transcription/src/sing…
-
I discovered this while working on a codec with similar design principles. (Hi!) Specifically, I discovered this after learning about QOA's dynamic slice quantization, and the optimization it performs…
-
## tl;dr
- We have consolidated KerasNLP and KerasCV into a new **KerasHub** package.
- We have renamed the `keras-nlp` GitHub repository to `keras-hub`.
- **All existing usages will continue to …
-
With the default parameters (simply cloning the repo and training), the model could not fit a sine wave (I was intentionally trying to overfit on one of the simplest examples as a sanity check).
The …
-
Hi, I'm trying to train a new model from scratch via musicgen on a new dataset. I'm finding that the docs are quite difficult to follow.
Please see my folder structure and approach:
The command…
-
Hi,
I followed the windows installation guide, and tried both on latest python 3.12 and 3.9.12 (per recommendation from the guide for python to be 3.9).
When I attempt to run the v2 example from…
-
**Describe the bug**
Opening any version of MuseScore and then another version makes the playback system stop working.
**Furthermore.** There's no option to change the audio device which I presume t…
-
## Issue quick look
I am running a faster whisper on a Flask app to use it for real-time transcription. It is running, occupying memory, and not releasing it. Eventually, the app is getting killed. …