1 Star 0 Fork 1

康克若/tf-mimo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Chisholm 提交于 2016-11-29 16:02 +08:00 . Initial commit
from setuptools import setup, find_packages
__version__ = '0.1.0'
__pkg_name__ = 'mimos'
setup(
name = __pkg_name__,
version = __version__,
description = 'Multi input multi output sequence modelling toolkit',
author='Andrew Chisholm',
packages = find_packages(),
license = 'MIT',
url = 'https://github.com/wikilinks/mimo',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Topic :: Text Processing :: Linguistic'
],
install_requires = [
"ujson",
"numpy",
"tensorflow"
],
test_suite = __pkg_name__ + '.test'
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/conquerzheng/tf-mimo.git
git@gitee.com:conquerzheng/tf-mimo.git
conquerzheng
tf-mimo
tf-mimo
master

搜索帮助