Support for dumping LinearLayer in weight-exchange

This commit is contained in:
Jan Buethe 2023-07-24 17:13:49 -07:00 committed by Jean-Marc Valin
parent b075eb535a
commit eb72d29a15
No known key found for this signature in database
GPG key ID: 531A52533318F00A
9 changed files with 214 additions and 201 deletions

View file

@ -39,7 +39,7 @@ with open(os.path.join(lib_folder, 'requirements.txt'), 'r') as f:
print(install_requires)
setup(name='wexchange',
version='1.4',
version='1.5',
author='Jan Buethe',
author_email='jbuethe@amazon.de',
description='Weight-exchange library between Pytorch and Tensorflow',