Replies: 2 comments 5 replies
-
Hi @btetaren , yes, we recently implemented You can use it like this:
Does this work for your case? |
Beta Was this translation helpful? Give feedback.
-
Yes this is what I need. THanks. Follow-up question about the FCembedding: I end up getting a RunTimeError: mat1 and mat2 shapes cannot be multiplied with .train(). So I am assuming my x's are the wrong shape here. Additionally, how would I go about building a prior? I tried using MultipleIndependent, but end up with an error when trying to build the posterior, "mismatch between transformed and untransformed space. Float did not match double." thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a simulator where my theta is a set of 5 parameters (2 continuous and 3 discrete), producing x, which is a set of 10 time-series (each of length (50,) ).
I see that the MNLE tutorial shows how to deal with a combination continuous/discrete x.
Would it be possible to do something similar, but for a combination continuous/discrete theta, all while being able to use an embedding net for x?
If so, a basic example showing the workflow of how to implement something like this in sbi would be very much appreciated.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions