Skip to content

Commit

Permalink
add Paddle MLM framework (fixes #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 18, 2025
1 parent 693c64a commit 4fea6b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
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

0 comments on commit 4fea6b5

Please sign in to comment.