Abhiroop Tejomay
Abhiroop Tejomay
I can work on deit!
I will work on Swin, since DeiT is already implemented.
Any suggestions are more than welcome! This is my first open-source contribution!
Hi @amyeroberts, thank you and I committed your suggestions! I will add the feature to the copies of Swin by running `make fix-copies`. I will have the update by the...
Hi @NielsRogge, yes it looks like dynamic resolution is supported by Swin using the `maybe_pad` method. Correct me if I am wrong, it looks like the pixel values are padded...
@amyeroberts, @NielsRogge I've been working on implementing the Swin transformer variants and writing their corresponding tests. I noticed that for `MaskFormerSwin`, there doesn't seem to be a pretrained checkpoint available,...
Hi @amyeroberts, To clarify, should I: 1. Add the interpolate method to `DonutSwin` and `MaskFormerSwin`, but omit the tests? Or... 2. Leave `DonutSwin` and `MaskFormerSwin` unchanged?
Thank you for the clarification!
It looks like interpolation needs to be added to `DonutSwin` and `MaskFormerSwin` because of `#Copied from` comments. So, I will be adding that, but omitting their tests.
Thank you for the thorough review and kind words! I think that is all the changes, so feel free to merge whenever you are ready!