offer easy way to turn DistillableViT to ViT at the end of training

This commit is contained in:
Phil Wang
2020-12-25 11:16:52 -08:00
parent 0c68688d61
commit 74074e2b6c
3 changed files with 15 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.6.3',
version = '0.6.4',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',