Skip to content

Commit

Permalink
Add batch_size to json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBarbosa committed Apr 18, 2024
1 parent f0ccaab commit b5a9f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dress/datasetgeneration/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"outbasename": {"type": ["null", "string"]},
"seed": {"type": "integer"},
"model": {"type": "string"},
"batch_size": {"type": "integer"},
"model_scoring_metric": {"type": "string"},
"pangolin_mode": {"type": "string"},
"pangolin_tissue": {"type": ["null", "string"]},
Expand Down

0 comments on commit b5a9f09

Please sign in to comment.