1 Star 0 Fork 0

AgentMaker / RIFLE_Module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
GT-Zhang 提交于 2021-04-14 15:38 . Update setup.py
from setuptools import setup, find_packages
setup(
name='paddle-rifle',
version='1.0rc',
packages=["paddle_rifle"],
url='https://github.com/AgentMaker/RIFLE_Module',
license='MIT',
author='zhanghongji',
author_email='zhangacer@foxmail.com',
description='本项目则为可用于PaddlePaddle的RIFLE优化策略封装版,支持普通API与高阶API,并且只需向训练代码中插入一行代码即可使用RIFLE策略。 '
)
1
https://gitee.com/AgentMaker/RIFLE_Module.git
git@gitee.com:AgentMaker/RIFLE_Module.git
AgentMaker
RIFLE_Module
RIFLE_Module
master

搜索帮助