move freqs in RvT to linspace

This commit is contained in:
Phil Wang
2021-10-05 09:23:11 -07:00
parent 529044c9b3
commit f196d1ec5b
2 changed files with 5 additions and 5 deletions

View File

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