release updated mae where one can more easily visualize reconstructions, thanks to @Vishu26

This commit is contained in:
Phil Wang
2022-10-17 10:41:46 -07:00
parent 9a95e7904e
commit 5f1a6a05e9

View File

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