You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. It seems that the learnable query in the code is randomly initialized. (src/unet/attention_processor.py class Resampler line 321). Besides, there does not appear to be any other initialization of the embedding. However, it is named as ''learnable queries'' in the published paper, which makes me confused.
The text was updated successfully, but these errors were encountered:
Hi. It seems that the learnable query in the code is randomly initialized. (src/unet/attention_processor.py class Resampler line 321). Besides, there does not appear to be any other initialization of the embedding. However, it is named as ''learnable queries'' in the published paper, which makes me confused.
The text was updated successfully, but these errors were encountered: