jean-eric

Results 34 comments of jean-eric

Here is a simple implementation but I am not a python geek ``` class Scatt2DIndexing(): """ Indexing the scattering2D coefficients Example ------- :: idx = Scatt2DIndexing(J=2,L=4,max_order=2) # idx -> level...

Great, if my one-cent code is nice :) So I'm wainting.

Have you the answer by @janden ?

Ha! nice, I was sure that you had though about this kind of scenario. Thanks.

Sorry to reopen, I have 3 independents priors ```python prior = process_prior([prior_oc, prior_s8, prior_w0] ) ``` leading to `(MultipleIndependent(), 3, False)` , ok but what about this error, ```python #adapt/check...

Ok, nice and kind answer. Look at my last post on a concrete run to perform some numerical simultion along the line of the authors of https://arxiv.org/pdf/2007.12826.pdf

Hi, Thanks a lot for taking time for my posts. Your lib is awesome so I would like to use it properly. Yes, I have concluded that your equation ```...

Ha ! I got it... this is due to the `parametrization=standard` vs `ntk`of the `Dense` layers. here it is when I use `ntk` ![image](https://user-images.githubusercontent.com/20539759/151310946-4fd49f0e-b6fa-4905-8c7e-6a6abc386781.png)

@nipunbatra Ho that would be great for me if you have some more effective code.