提交 2443a3bc 编写于 作者: J jiangjiajun

modify readme

上级 fab78d84
from __future__ import absolute_import
from setuptools import setup, find_packages
from io import open
setup(
name='tensorflow2fluid',
version='0.0.1',
description='Translate TensorFlow Model to PaddlePaddle',
url='http://paddlepaddle.org',
author = 'PaddlePaddle Development Group',
author_email='paddle-dev@baidu.com',
license='Apache 2',
packages=find_packages(),
install_requires=[
'paddlepaddle >= 1.2.1',
'tensorflow >= 1.12.0',
],
entry_points={
'console_scripts': [
'tf2fluid = src.convert:_main',
],
},
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册