use hardswish for levit

This commit is contained in:
Phil Wang
2021-08-19 08:22:55 -07:00
parent 3f754956fb
commit aeed3381c1
2 changed files with 2 additions and 2 deletions

View File

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