go all the way with the normalized vit, fix some scales

This commit is contained in:
Phil Wang
2024-10-10 10:42:37 -07:00
parent 1d1a63fc5c
commit 36ddc7a6ba
2 changed files with 12 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ with open('README.md') as f:
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.8.2',
version = '1.8.4',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description=long_description,