fix for ambiguity in broadcasting mask

This commit is contained in:
Phil Wang
2021-02-17 07:38:11 -08:00
parent 85314cf0b6
commit 3f2cbc6e23
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.6.7',
version = '0.6.8',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',