complete learnable memory ViT, for efficient fine-tuning and potentially plays into continual learning

This commit is contained in:
Phil Wang
2022-03-31 09:51:12 -07:00
parent 4e6a42a0ca
commit df656fe7c7
5 changed files with 282 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.30.0',
version = '0.31.0',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',