Pascal Janetzky

Results 17 comments of Pascal Janetzky

I've updated the script to support the four novel transformations ([commit](https://github.com/phrasenmaeher/audio-transformation-visualization/commit/59c892ccd496fd3eeb8c228a7f46ccc66c9cab8c)).

I have used your code to calculate CKA matrices, and am also facing the hard-to-trace NAN error. As far as feature/matrix normalization is contained, I have tried the following two...

Hi, you can replace ``` intermediate_layer_model = Model( inputs=model.get_input_at(0), outputs=layer.get_output_at(0) ) ``` with ``` intermediate_layer_model = Model( inputs=model.input, outputs=layer.get_output_at(0) ) ``` and the initialization works as expected.

> More transforms have been added. Can you update the app? I have updated the application with the new transformations ([commit](https://github.com/phrasenmaeher/audio-transformation-visualization/commit/a1b9a2d1ff4819ecb3607371de31b53a5f58ceb5)). May I ask that on the documentation page, you...

Are there any updates on this request? This would come in handy now :)

I am also wondering about that, did you find any solution so far? In their paper they write > we use a time-averaged climatology in this work, motivated by [Rasp...

Digging further into this, I found in the appendix this description: > long-term-mean-subtracted value of predicted (/true) variable v at the location denoted by the grid co-ordinates (m, n) at...