Taejun Kim

Results 6 comments of Taejun Kim

@superbock Hi, thanks for building an awesome package. I've been using madmom in my MIR research happily. And now I'm building a [music structure analysis package](https://github.com/mir-aidj/all-in-one) and trying to publish...

Hi! Thanks for your interest 😄 The filter visualization code is based on [this blog](https://blog.keras.io/how-convolutional-neural-networks-see-the-world.html). Actually, I'm not the first author (Jongpil Lee) of the paper (SampleCNN), but the author...

Also, here is the implementation of the first author: https://github.com/jongpillee/sampleCNN And we are working on extended work of the filter visualization 😄

Hi! Awesome that you are training models by yourself. I'm also curious whether or not the training works on short audio. Please share the results if it's possible! But the...

Thanks for sharing! So the model needs 82 seconds of frames to make predictions on a single frame input. Since the model has dilations growing like 20, 21, ... 211,...

Thanks for your detailed explanation. That's a fun application! If it needs to operate in real-time, then the model can only access past data. This might not be a significant...