-
Notifications
You must be signed in to change notification settings - Fork 3
Question about the input of regularizer #2
Copy link
Copy link
Open
Description
Hi Yulei,
Thanks for your great work. When reading your codes, I'm confused with the following lines:
Lines 295 to 296 in 86e7712
| region_visual_feat = self.region_visual_feat | |
| region_spatial_feat = self.region_spatial_feat |
According to your paper, the input of regularizer is z but not x. Shouldn't these two lines look like these?
region_visual_feat = self.enc_visual_feat
region_spatial_feat = self.enc_spatial_featReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels