-
- [x] write a script to load the data into a dict:
- keys are `train`/`test` with values a list of triplets `(file_name, np.array, genre)`
- [x] add a segmentation of the audio files to break the…
-
**Describe the bug**
A very high CPU usage caused by activating only this ltex extension (caused by java-9-oracle)
**Steps to reproduce**
1. Open latex files
2. Activate ltex extension
3. Obs…
-
Using band-limited sinc interpolation for audio signal resampling [works well](https://ccrma.stanford.edu/~jos/resample/). Would it be worth maybe implementing `mode='sinc'` for `torch.nn.functional.i…
-
Hi, I'm trying to build an end-to-end ASR system for Mandarin Chinese using this toolkit. My training looks fine to me as shown below:
```
epoch: 1 | lr: 0.050000 | lrcriterion: 0.050000 | ru…
-
-
Hi I am trying to debug the file make_featurizer.py in tools/utilites/pythonlibs/audio/training
and when I am using the flag --power_spec it is returning zero values in the square node.
I checked …
-
The implementations currently use `nn.Parameter` to store precomputed values such as the window function or filterbank. I think they should be buffers instead, registered via `model.register_buffer()`…
-
Dear all,
I have a trained acoustic model (AM.bin) and a language model(LM.arpa). The training was done on my local machine. So all the train.cfg file had the paths as shown below( here all the loc…
-
For now, the LinearFilterbankGroup is almost syntactically equivalent to its homonym in brian.hears. It should therefore be quite straightforward to implement the "simple" library items of brian.hears…
-
hey @danomatika ,
Thanks for your job here.
I used ofxPd on macOS previously without problems.
Now I want to use ofxPd on Windows but it's being hard for me to follow the instructions and build …