-
`Traceback (most recent call last):
File "myExperiment.py", line 11, in
aT.extract_features_and_train(data, 1.0, 1.0, aT.shortTermWindow, aT.shortTermStep, "svm", "svmSMtemp", False)
File …
-
python /home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/find_best_model.py -d "berlin" -p /"home/lwin/speech-emotion/Speech_emotion_recognition_BLSTM-master1/wav" -l -e -c 7
Using T…
-
感谢工作,想请问一下,encoder是几倍的下采样?
-
![image](https://user-images.githubusercontent.com/62638829/224203714-40745efa-c115-4ed0-9b5c-389f7507d6de.png)
I have 1 video (already encoded offline as 16 images), 1 image (encoded in .pth), 1…
-
Hello Thomas, I am running your BAD code. I have use the Matlab to change the ff1010bird dataset into `.mat` files and I set the `feature_type='fbank_d_dd'` in your `create_hdf5_ff1010bird_public.py` …
-
Hello CNTK team,
for my reader setup I use the 'HTKFeatureDeserializer' for my reading features from my scp-File. The head of the .scp file looks like this:
```
0=../../data/TIMIT/feats/TIMIT_16k…
-
Hi,
When I tried to extract fbank features I found missing frequencies. So, I checked the filter bank in your code and found this:
![image](https://user-images.githubusercontent.com/24974144/62096…
-
## 🚀 Feature
batch dimension should be supported for kaldi complaint functions, for example, in torchaudio.compliance.kaldi.fbank
## Motivation
Computation on GPU and use batches is essential
-
Hi there,
I was wondering if there is a reason why the output of fbank and logfbank functions don't return both the energy. I usually use logfbank features with energy, which obliges me to redefine…
bhigy updated
6 years ago
-
Today there's an error occurred, what should I do? thanks!
# Bug report
**Describe the bug**
RuntimeError: stft requires the return_complex parameter be given for real inputs, and will furthe…