remove float(-inf) as masking value

This commit is contained in:
Phil Wang
2020-11-13 12:25:21 -08:00
parent 4f84ad7a64
commit 6c8dfc185e
2 changed files with 3 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.2.6',
version = '0.2.7',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',