able to project the image embedding before applying time positional embedding for accept video wrapper

This commit is contained in:
lucidrains
2025-08-13 10:15:18 -07:00
parent 297e7d00a2
commit f8bec5ede2
2 changed files with 28 additions and 6 deletions

View File

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