Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Paddle MLM framework #72

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/stac-extensions/mlm/tree/main)

### Added
- n/a
- Add [`Paddle`](https://github.com/PaddlePaddle/Paddle) to the list of `mlm:framework`
(fixes [#69](https://github.com/stac-extensions/mlm/issues/69)).

### Changed
- n/a
Expand Down
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,19 +229,20 @@ This should correspond to the common library name of a well-established ML frame
No "Enum" are *enforced* to allow easy addition of newer frameworks, but it is **STRONGLY** recommended
to use common names when applicable. Below are a few notable entries.

- `PyTorch`
- `TensorFlow`
- `scikit-learn`
- `Hugging Face`
- `Keras`
- `ONNX`
- `rgee`
- `spatialRF`
- `JAX`
- `MXNet`
- `Caffe`
- `PyMC`
- `Weka`
- [`PyTorch`](https://github.com/pytorch/pytorch)
- [`TensorFlow`](https://github.com/tensorflow/tensorflow)
- [`scikit-learn`](https://github.com/scikit-learn/scikit-learn)
- [`Hugging Face`](https://github.com/huggingface/)
- [`Keras`](https://github.com/keras-team/keras)
- [`ONNX`](https://github.com/onnx/onnx)
- [`rgee`](https://github.com/r-spatial/rgee)
- [`spatialRF`](https://github.com/BlasBenito/spatialRF)
- [`JAX`](https://github.com/jax-ml/jax)
- [`MXNet`](https://github.com/apache/mxnet)
- [`Caffe`](https://github.com/BVLC/caffe)
- [`PyMC`](https://github.com/pymc-devs/pymc)
- [`Weka`](https://ml.cms.waikato.ac.nz/weka/)
- [`Paddle`](https://github.com/PaddlePaddle/Paddle)

### Accelerator Type Enum

Expand Down
3 changes: 2 additions & 1 deletion json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@
"MXNet",
"Caffe",
"PyMC",
"Weka"
"Weka",
"Paddle"
]
},
{
Expand Down