3d version of navit nested tensor

This commit is contained in:
Phil Wang
2024-08-21 07:23:21 -07:00
parent bed48b5912
commit 5e808f48d1
2 changed files with 349 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ with open('README.md') as f:
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.7.7',
version = '1.7.10',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description=long_description,