layernorm on channel dimension == instancenorm2d with affine set to true

This commit is contained in:
Phil Wang
2021-06-03 16:41:45 -07:00
parent a254a0258a
commit 60ad4e266e
2 changed files with 7 additions and 16 deletions

View File

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