-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question regarding the prior, v2c, and hidden variables #41
Comments
There is no priority variable, I assume you are referring to "prior" prior=True means diffusion prior is being trained, False means it is not |
Apologies for the confusion; indeed, I meant "prior" I noticed in Table 4 of the paper that the reconstruction performance of Backbone + Prior surpasses that of MindEye (0.33 BiMixCo)*. If my goal is to achieve the optimal reconstruction effect, should I configure the parameters as follows: prior=True, v2c=False, and hidden=True? |
should be true true true |
Thank you for your assistance! |
We talk about this in detail in the paper |
Thank you, I will take a closer look at the paper. |
@PaulScotti Hello I want to use text and fMRI for contrastive learning. But the text embedding dimension is 77*768, so I changed |
I have a question regarding the
prior
,v2c
, andhidden
variables in the context of a certain functionality.Questions about
prior
andv2c
:If
prior
=True andv2c
=False, does this configuration essentially prioritize reconstruction, resulting in the best possible reconstruction outcomes?Conversely, if
prior
=False andv2c
=True, does this configuration resemble a retrieval task, aiming for optimal retrieval performance?In the case of
prior
=True andv2c
=True, does this setting strike a balance between reconstruction and retrieval results?Questions about
hidden
variable:What is the effect of setting
hidden
to True or False when aiming for optimal reconstruction quality?If the objective is to achieve the best possible reconstruction outcomes, would configuring the parameters as follows be advisable:
prior
=True,v2c
=False, andhidden
=True?Thank you for your assistance and clarification!
The text was updated successfully, but these errors were encountered: