Metadata-Version: 2.1
Name: gaea-operator
Version: 1.2.0.dev4
Summary: A common operator library to help with training neural networks.
Home-page: https://console.cloud.baidu-int.com/devops/icode/repos/baidu/mlops/gaea-operator/tree/master
Author: liuyawen03
Author-email: liuyawen03@baidu.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: terminaltables
Requires-Dist: numpy
Requires-Dist: astor
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: debugpy
Requires-Dist: decorator
Requires-Dist: idna
Requires-Dist: opt-einsum
Requires-Dist: protobuf
Requires-Dist: PyYAML
Requires-Dist: six
Requires-Dist: urllib3
Requires-Dist: pycocotools
Requires-Dist: jsonargparse
Requires-Dist: pywindmill
Requires-Dist: bcelogger
Requires-Dist: gaea-tracker

Gaea Operator
===
工业模型训练通用算子

快速开始
---
如何构建、安装、运行

测试
---
如何执行自动化测试

如何贡献
---
贡献patch流程及质量要求

版本信息
---
本项目的各版本信息和变更历史可以在[这里][changelog]查看。

维护者
---
### owners
* liuyawen03(liuyawen03@baidu.com)

### committers
* liuyawen03(liuyawen03@baidu.com)

讨论
---
百度Hi交流群：群号


[changelog]: http://icode.baidu.com/repos/baidu/mlops/gaea-operator/blob/master:CHANGELOG.md

Changelog
===
以下记录了项目中所有值得关注的变更内容，其格式基于[Keep a Changelog]。

本项目版本遵守[Semantic Versioning]和[PEP-440]。

[Unreleased]
---
### Added
- 这里记录新添加的内容
### Changed
- 这里记录变更的内容

0.1.0 - 2022-11-23
---
### Added
- 创建项目


[Unreleased]: http://icode.baidu.com/repos/baidu/mlops/gaea-operator/merge/0.1.0...master

[Keep a Changelog]: https://keepachangelog.com/zh-CN/1.0.0/
[Semantic Versioning]: https://semver.org/lang/zh-CN/
[PEP-440]: https://www.python.org/dev/peps/pep-0440/
