fix hidden dimension in MaxViT thanks to @arquolo

This commit is contained in:
Phil Wang
2022-06-24 23:28:35 -07:00
parent 6460119f65
commit 2c6dd7010a
2 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.35.4',
version = '0.35.5',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description_content_type = 'text/markdown',