add vit with patch dropout, fully embrace structured dropout as multiple papers are now corroborating each other

This commit is contained in:
Phil Wang
2022-12-02 11:28:11 -08:00
parent 2f87c0cf8f
commit 89e1996c8b
3 changed files with 163 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.39.1',
version = '0.40.1',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description_content_type = 'text/markdown',