José Vicente Egas López

Results 23 issues of José Vicente Egas López

Hi, nice work! May I ask where can I find the x-vector DNN structure in your project? Didn't find it in the neural_networks.py file.

Hi, congrats on the project! I am getting this error, could not figure out what's going on: File "/media/user/hk-data/PycharmProjects/dnn_embeddings_pytorch/train_model.py", line 148, in train_model output = net(x_train) File "/home/user/anaconda3/envs/general_py37/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727,...

Hi, it's one of the best kaldi wrappers. I want to use this to extract i-vectors, I already have the fullUBM in fubm.mdl or fubm.ubm formats (from KALDI). However, I...

Hi, this is one of the best tools for reading ark and scp files! However, wanted to know how can one read models generated by kaldi, e.g. fullUBM models or...

What are your predictions about changing the 1D structure with 2D ones (with a 1x1 kernel)?

Hi, I am getting this error: 2021-05-03 15:29:31,316 FATAL [default] Check failed: [error == cudaSuccess] unknown error 2021-05-03 15:29:31,316 WARNING [default] Aborting application. Reason: Fatal log at [/home/hanfeng/tmp/tsvm/src/thundersvm/thundersvm-scikit.cpp:154] any ideas...

Hi, awesome work! Seems like the update featuring the 'generator' support is not available yet when installing lr_finder by pip.

Very nice contribution! Two inquiries: 1. I assume your pics are 128x128. How do you handle lower sizes? In my case, 28x28, the generated images are very low quality. 2....

Hi, first of all, congrats on the repo, it;s really useful! I followed the `Emotion recognition in Greek speech using Wav2Vec2.ipynb` notebook. After finishing the training on my own data,...

Hi, I just wanna share the results obtained so far when training wavegan with 'continuous' speech. Description of the data: the dataset consists of 1000 wavs varying from 2 secs...