itamar-dw
itamar-dw
see my comment here https://github.com/jasonlaska/spherecluster/issues/17 **EDIT** It is actually straight forward to work in log scale using the exponentially-scaled modified Bessel functions: ``` from numpy import i0e # exp-scaled modified...
sure. I tried to create a new branch and push it, but I got: > remote: Permission to jasonlaska/spherecluster.git denied to itamar-dw
Yes I created a PR then I realized I have to create a branch first. I'll do it as you suggested, that's an opportunity to learn how to do it...
The error is self-explanatory: HiFiGAN model does not have a parameter called `wn-channels`. Check your inference code.
You need to set the sampling rate also when creating the Mel spectrogram features from raw audio. These were probably created using sampling rate of 22050Hz so you get a...
**EDIT** sorry I am using the new PhysX 5.1 so I guess it won't work.. Thanks! I get this error during the run of `generate_projects.bat`: ``` CMake Error at C:/Users/itamar.k/PersonalFolders/Documents/code/PhysX/physx/source/compiler/cmake/CMakeLists.txt:60...
> **EDIT** sorry I am using the new PhysX 5.1 so I guess it won't work.. Thanks! I get this error during the run of `generate_projects.bat`: > > ``` >...
I encountered the same error and the reason was that the array I tried to write was 2D array of size `1XN`. When I converted to 1D array of size...