Rudolf A. Braun
Rudolf A. Braun
Are you sure using 1.0 will cause results to degrade? The model has never seen input without 1.0 so it seems to me that changing it could cause problems. The...
Hm okay, I will close this issue then.
I did some more experiments and can confirm your statement that silence_weight 1.0 is worse. Honestly the experience just makes me want to throw out ivectors.
Hi! Some additional info ``` numsamples: 24,992,427 seconds: 1562.026687 fs: 16000 ``` `LC_ALL` was unset, same result if I set it to `C`. Interesting point about the commas. I'm not...
edit: After some testing it seems to get the closest match one has to do no normalisation but times by 2**15 ? @mthrok normalising audio does not help for me,...
Thank you for the explanation! :)
I'm using the python interface. Ubuntu 16.04, CUDA 10.2. I compiled using instructions in the README. Then moved the .so to where I'm using it. It fails for me with...
With verbose=3 ``` arguments: 1 0x7ffda37bcbf4 0.001 0.10 0 60000 256 6000 3 0 0 3 0x7fcd46527010 0x7fcd45f4a010 0x1f43050 0x7ffda37bcc1c reassignments threshold: 60 yinyang groups: 600 [0] *dest: 0x7fcd18000000 -...
Did 1. with `sed -i 's/volatile//g' src/*cu`, compiled and ran again, also hanging. Sorry I'm not that experienced with this sort of thing what do you mean with "anything relevant...
And I don't actually know will it work to call the python program with cuda-memcheck (my worry is it only works when calling an actual binary file)?