add CrossViT

This commit is contained in:
Phil Wang
2021-03-30 00:53:27 -07:00
parent d04ce06a30
commit e712003dfb
3 changed files with 282 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.10.2',
version = '0.10.3',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',