Replies: 1 comment 2 replies
-
|
Hi @nilsleh, thank you for the kind words! That's a great question, and I have actually been wondering whether I should modify this design choice. So, first of all, why is it currently like this? For some guidance methods, it is possible to pre-compute some quantities based on In addition, some pre-trained models (e.g. ADM and EDM) use Now, why would it be better to pass Do you have a specific use case in mind where it would make a bigger difference? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @francois-rozet ,
Thanks for this fantastic (and greatly time-saving) package and also all your super interesting contributions (in particular data score based data assimiliation, which is a research area I am trying to get into)!
I had a question about the design choice of the guidance modules, namely that many conditional guidance schemes like MMPS are expected to be initialized with the observation
yas an argument, as opposed to the observation being an argument to the__call__function since this would allow calling the guidance module repeatedly with different observations, without instantiating a new module every time. So I was just wondering about the design choice to better understand the mechanics of all the different modules.Cheers
Beta Was this translation helpful? Give feedback.
All reactions