Johannes Buchner
Johannes Buchner
Hi @MansMeg, please send me an email.
Huh. Do you know why db4 does that?
The two wavelet shapes: http://wavelets.pybytes.com/wavelet/db4/ http://wavelets.pybytes.com/wavelet/haar/ (nothing obvious there) [The whash function](https://github.com/JohannesBuchner/imagehash/blob/master/imagehash/__init__.py#L344) calls this: https://pywavelets.readthedocs.io/en/latest/ref/2d-dwt-and-idwt.html#d-multilevel-decomposition-using-wavedec2 with default mode ('symmetric') Maybe have a look at the input and output of this...
In any case, given how differently the various methods work, no, `hash_size` does not necessarily have to have a consistent meaning across all methods.
On Ubuntu Linux, I got the same error as @MichelDC, with up-to-date cython and cython upgraded using pip: ``` ± pip3 install pypmc Collecting pypmc Using cached pypmc-1.1.4.tar.gz (1.0 MB)...
pinging @joshcoales who contributed this code and perhaps has an opinion.
Perhaps you could prepare a PR (plus test of commutativity, perhaps for all hash types), and add comments with some demonstrations of the behaviour before and after.
I think you can also extract the recordings of simple words from here: https://commonvoice.mozilla.org/en/datasets and take an architecture like https://github.com/mozilla/DeepSpeech and build a classifier of audio -> label={1,2,3,4,5,other}
UltraNest can be transparently parallelized with MPI. Instead, the program is run with mpiexec (or mpirun). This runs N separate processes, which communicate with each other. No parallelisation code in...
I ran into this issue as well. I was about to submit a PR when I saw this PR, which is very similar or better than what I prepared. I...