Swin-Transformer
Swin-Transformer copied to clipboard
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
Hi, I think the sota model HTC++ multi-scale is not released yet?
I was wondering when the pre-trained models (checkpoints) and corresponding config files for Swin Transformer V2(object detection/ instance segmentation) will be released? In the github repo, only V1 was provided....
Since `torch.clamp` was updated in 1.12.0, the latest version of Pytorch, `torch.clamp`'s min, max argument should be loaded on same device with input tensor. https://github.com/pytorch/pytorch/pull/77035 I got an error with...
Hi, Thank for your great job. I have a small question. I want to know how important is mask and position bias in out model as for final training precise?...
Some code is simplifying and getting more pythonic.
Hey, i have just trained few models and realized that the accuracy is always times of 0.05. Is that supposed to be that way or should i change something in...
env: ubuntau 20.04, pytorch==1.11.0, cuda_version=10.2 error logs: Traceback (most recent call last): File "setup.py", line 12, in cmdclass={'build_ext': BuildExtension}) File "/home/hanqi/miniconda3/envs/glom/lib/python3.7/site-packages/setuptools/__init__.py", line 87, in setup return distutils.core.setup(**attrs) File "/home/hanqi/miniconda3/envs/glom/lib/python3.7/site-packages/setuptools/_distutils/core.py", line...
pretrained