Metadata-Version: 2.1
Name: gaea-operator
Version: 1.2.0.dev9
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

# 可迭代算法描述
|              algorithm               |           描述            | 说明             |
|:------------------------------------:|:-----------------------:|----------------|
|             ppyoloe_plus             |  paddledet-2.5检测模型迭代产线  |                |
|                resnet                | paddleclas-2.5分类模型迭代产线  |  |
|         ocrnet                       | paddleseg-2.2语义分割模型迭代产线 |                |
|                codetr                |      mmdet3.0检测大模型迭代产线      |                |
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/
