1 Star 0 Fork 0

是古月哥欠啊/paddle_torch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
littledesk 提交于 2021-08-09 22:23 . change version
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="paddorch", # Replace with your own username
version="0.3.8",
author="Zhizhuo Zhang",
author_email="zzz2010@gmail.com",
description="paddle implementation for pytorch interface",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/zzz2010/paddle_torch",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Steven-wei/paddle_torch.git
git@gitee.com:Steven-wei/paddle_torch.git
Steven-wei
paddle_torch
paddle_torch
master

搜索帮助