Skip to content

Commit

Permalink
chore: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet authored and SamuelLarkin committed Jun 13, 2024
1 parent cd580e8 commit 1beb279
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 21 deletions.
29 changes: 26 additions & 3 deletions everyvoice/.schema/everyvoice-aligner-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down
29 changes: 26 additions & 3 deletions everyvoice/.schema/everyvoice-spec-to-wav-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down
29 changes: 26 additions & 3 deletions everyvoice/.schema/everyvoice-text-to-spec-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down
116 changes: 104 additions & 12 deletions everyvoice/.schema/everyvoice-text-to-wav-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,11 +564,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down Expand Up @@ -761,11 +784,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down Expand Up @@ -1092,11 +1138,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down Expand Up @@ -1630,11 +1699,34 @@
"description": "The interval (in epochs) for saving a checkpoint. You can also save checkpoints after n steps by using 'ckpt_steps'",
"title": "Ckpt Epochs"
},
"val_check_interval": {
"anyOf": [
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "null"
}
],
"default": 500,
"description": "How often to check the validation set. Pass a float in the range [0.0, 1.0] to check after a fraction of the training epoch. Pass an int to check after a fixed number of training batches.",
"title": "Val Check Interval"
},
"check_val_every_n_epoch": {
"default": 1,
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Run validation after every n epochs. Defaults to 1, but if you have a small dataset you should change this to be larger to speed up training",
"title": "Check Val Every N Epoch",
"type": "integer"
"title": "Check Val Every N Epoch"
},
"max_epochs": {
"default": 1000,
Expand Down

0 comments on commit 1beb279

Please sign in to comment.