allow channels to be customizable for cvt

This commit is contained in:
lucidrains
2023-10-25 14:47:58 -07:00
parent 92b69321f4
commit 0ad09c4cbc
2 changed files with 4 additions and 3 deletions

View File

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