Skip to content
Snippets Groups Projects
Commit e0aba57b authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[advanced][algorithms] Fix too long short description

Until recently the length of the short description
was not enforced. This has changed and thus these
algorithms would fail to install on the platform.
parent daccb009
No related branches found
No related tags found
1 merge request!28Add protocoltemplates
{ {
"description": "Implements the Universal Background Model (UBM) training ", "description": "Implements the Universal Background Model (UBM) training",
"language": "python", "language": "python",
"splittable": false, "splittable": false,
"groups": [ "groups": [
......
{ {
"description": "For a given set of feature vectors and a Gaussian Mixture Models (GMM), this algorithm implements the Maximum-a-posteriori (MAP) estimation", "description": "For a given set of feature vectors and a GMM, this algorithm implements the MAP estimation",
"language": "python", "language": "python",
"splittable": true, "splittable": true,
"groups": [ "groups": [
......
{ {
"description": "For a given set of feature vectors and a Gaussian Mixture Models (GMM), this algorithm implements the Maximum-a-posteriori (MAP) estimation", "description": "For a given set of feature vectors and a GMM, this algorithm implements the MAP estimation",
"language": "python", "language": "python",
"splittable": true, "splittable": true,
"groups": [ "groups": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment