File size: 256 Bytes
2ce7b1a |
1 2 3 4 5 6 7 8 9 |
from distutils.core import setup
setup(name='S5',
version='0.1',
description='Simplified State Space Models for Sequence Modeling.',
author='J.T.H. Smith, A. Warrington, S. Linderman.',
author_email='[email protected]',
)
|