Menghan Xia

Results 2 issues of Menghan Xia

From the results, it seems that the "coco_finetuned_mask_256_ffs" is trained without ground-truth hints provided, while the "coco_finetuned_mask_256" is trained with ground-truth hints used. But the strange thing is that the...

There seems to be a typo at line 318 of _attention.py_ It should be "self.proj_out = zero_module(**nn.Linear(inner_dim, in_channels)**)" instead of "self.proj_out = zero_module(**nn.Linear(in_channels, inner_dim)**)". Fortunately, it makes no actual problems...