reference: https://github.com/berniwal/swin-transformer-pytorch
This is Swin Transformer C++ Implementation, inspired by swin-transformer-pytorch.
The official Pytorch Implementation can be found in https://github.com/microsoft/Swin-Transformer
Linux required, cmake(version 3.16 and higher), make
build:
git clone https://github.com/dianhsu/swin-transformer-cpp
cd swin-transformer-cpp
mkdir build
cd build
cmake ..
make
run:
./swin-transformer-cpp