-
Hi all,
I am sorry if my post is not appropiate to the Issues content, but I didnt know where to post else.
Like the title says, I try to implement a tensorflow model to process an audio stream in…
-
Is there any possible to provide the final checkpoint ?The training takes too much time.
-
Hi, it's me again:)
Because of insufficient computer storage,I skipped the following step:
```
Preprocess wav files
In order to boost training speed, perform STFT for each files before trainin…
yxixi updated
5 years ago
-
Hi, if in case I wanted to use another dataset of audio files for the training and the test (not the one used here) the embedder.pt that I have to insert when I run "trainer.py" as I can generate it o…
-
Dear @seungwonpark
First of all, I would like to thank you for great open source.
I would like to test your nice code and I tried to train voice filter.
But i get the problem with SDR. When i …
-
I tried to try the trained model on a single input and it gave OOM on GCP with 1 Nvidia P100.
`RuntimeError: CUDA out of memory. Tried to allocate 4.66 GiB (GPU 0; 15.90 GiB total capacity; 14.37 GiB…
-
Testing with moderate sized inputs (~2.5k line input xml) an excessive amount of time is spent in this stage of processing.
xsltproc --profile indicated that most of the time was spent in base64encode…