superhero-7

Results 5 issues of superhero-7

在resnet34中最后用于分类的全连接实现是这样的: `self.fc = nn.Linear(512, num_classes) ` 想问一下这里的输入特征维数512应该是算出来的吧,受输入图片大小影响吧?

Hi,dear author: Thanks your great job,I am rencently working on RL training in another task. I take your scst training code to reference, and I got a terrible result. My...

Hi jeamin, Thanks for you interesting work. I have been working with you codebase for the REG(referring expression generation) task.And I modify the fintune code to fit the REG task.And...

Hi, I see that the diffusers can already support Altdiffusion. And I try dreambooth on Altdiffusion by using the diffusers.It just need to change original StableDiffusion Pipeline to AltDiffusion Pipeline,and...

enhancement

### What's the feature? Thanks for the paper "A Task is Worh One Word", very nice work! Then I saw that the effect of outpainting in the paper was better...

kind/enhancement