Keunwoo Choi

Results 23 issues of Keunwoo Choi

Hi Rachel, Thanks for this great repo. I had this strange error when I tried to import motif on ubuntu 16.04.1. I don't really get it, I could import all...

Hi, this callback seems quite interesting. Do you plan to PR to the keras repo?

Please leave me any feature request you'd like! Doesn't need to be realistic but just literally anything.

- [x] Add inverse STFT - [x] Add a `composed` layer that concatenates magnitude and phase of input complex number (which would be STFT)

Hi, thanks for this great software! Is `per_example` supported currently or not? With the `ValueError` raised in `Compose` (https://github.com/asteroid-team/torch-audiomentations/blob/master/torch_audiomentations/core/composition.py#L30), I assume it is not supported in `Compose`. But the readme...

It was once added at #17 but is removed now. Currently, there's only a summary hook implementation that would work with Estimator API - which is not the most recommended...

enhancement

Hi, thanks for the great package. I have a suggestion - how about versioning the software? It'd be great to have for the sake of reproducibility.

hi all! i have a short question. the "original" definition of SNR from 2006 (by E. Vincent) - https://hal.inria.fr/inria-00544230/document - is about ||s_target + e_inferf|| / ||e_noise||. but your book...

question

Hi, do you have any benchmark result of the algorithms? Accuracy(or any other measure), complexity, or whatever. If not, could you recommend me one? I'd like to get segmentations of...

enhancement

On keras 2.0, this code hangs, ``` >>> model = SqueezeNet() Downloading data from https://github.com/rcmalli/keras-squeezenet/releases/download/v1.0/squeezenet_weights_tf_dim_ordering_tf_kernels.h5 ``` where (for some reason I don't understand) it couldn't make sub directory `models`. I...