# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
"""
Implementation of Swin models from :paper:`swin`.
This code is adapted from https://github.com/SwinTransformer/Swin-Transformer-Object-Detection/blob/master/mmdet/models/backbones/swin_transformer.py with minimal modifications. # noqa