├── README.md ├── draw_loss_curve.py ├── figures ├── ViR_ly4_px4.svg ├── ViR_ly8_px4.svg ├── ViT_ly4_px4.svg ├── ViT_ly8_px4.svg └── modelfig.PNG ├── model.dat ├── models.py ├── res └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /draw_loss_curve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/draw_loss_curve.py -------------------------------------------------------------------------------- /figures/ViR_ly4_px4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/figures/ViR_ly4_px4.svg -------------------------------------------------------------------------------- /figures/ViR_ly8_px4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/figures/ViR_ly8_px4.svg -------------------------------------------------------------------------------- /figures/ViT_ly4_px4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/figures/ViT_ly4_px4.svg -------------------------------------------------------------------------------- /figures/ViT_ly8_px4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/figures/ViT_ly8_px4.svg -------------------------------------------------------------------------------- /figures/modelfig.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/figures/modelfig.PNG -------------------------------------------------------------------------------- /model.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/model.dat -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/models.py -------------------------------------------------------------------------------- /res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/res -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/realformer-pytorch/HEAD/train.py --------------------------------------------------------------------------------