Michael Deistler

Results 46 comments of Michael Deistler

Hi @rbelousov, yes it is only during the second round. Would it be possible for you to post a reproducible example? And can you ensure that this code runs for...

Hi! Thanks! In your email, you say that the code I posted above does not run for you. This strongly hints towards an issue in your setup. Can you please...

Alright, could you try upgrading to pyknos 0.15.1 and try again? Thanks a lot!

Okey, I just found that the created figure is in fact not empty, but the panel is just gigantically huge. The following works for me: ```python #!/usr/bin/env python #coding=utf-8 from...

Thanks! Please let me know when it is ready for review :)

It would of course be super cool if the `CNNEmbedding` and the `PermutationInvariantEmbedding` could be combined: ```python cnn = CNNEmbedding(...) embedding_net = PermutationInvariantEmbedding(single_obs_embedding=cnn, fc_layers=3, ...) density_estimator = posterior_nn("nsf", embedding_net=embedding_net) ```

Hi, please see also here: https://www.mackelab.org/sbi/faq/question_01/