We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a5973 commit f92be5fCopy full SHA for f92be5f
superannotate/ml/ml_funcs.py
@@ -235,10 +235,10 @@ def run_training(
235
:type task: str
236
:param base_model: base model on which the new network will be trained
237
:type base_model: str or dict
238
- :param train_data: train data folder id
239
- :type train_data: list of int
240
- :param test_data: test data folder id
241
- :type test_data: list of int
+ :param train_data: train data folders (e.g., "project1/folder1")
+ :type train_data: list of str
+ :param test_data: test data folders (e.g., "project1/folder1")
+ :type test_data: list of str
242
:param hyperparameters: hyperparameters that should be used in training
243
:type hyperparameters: dict
244
:param log: If true will log training metrics in the stdout
0 commit comments