Skip to content

bradezard131/swin-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swin Transformers

Provides an implementation of Swin Transformers, attempting to adhere to best practices for reproducibility

Creating Environment

$ conda env create -f environment.yml
$ conda activate swin

Running the model

$ python scripts/train.py

Importing the model into other code

pip install -e .
from swin import build_swin_model

model = build_swin_model(out_classes=20)

Running the tests

pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages