Skip to content

Commit 73dafba

Browse files
Update swin_transformer.py
1 parent e6f34ce commit 73dafba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/swin_transformer.py

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# --------------------------------------------------------
2-
# Swin Transformer
3-
# Copyright (c) 2021 Microsoft
4-
# Licensed under The MIT License [see LICENSE for details]
5-
# Written by Ze Liu
6-
# --------------------------------------------------------
7-
81
import torch
92
import torch.nn as nn
103
import torch.utils.checkpoint as checkpoint

0 commit comments

Comments
 (0)