Skip to content

Commit f92be5f

Browse files
committed
Fix doc string
1 parent e7a5973 commit f92be5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

superannotate/ml/ml_funcs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@ def run_training(
235235
:type task: str
236236
:param base_model: base model on which the new network will be trained
237237
: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
238+
:param train_data: train data folders (e.g., "project1/folder1")
239+
:type train_data: list of str
240+
:param test_data: test data folders (e.g., "project1/folder1")
241+
:type test_data: list of str
242242
:param hyperparameters: hyperparameters that should be used in training
243243
:type hyperparameters: dict
244244
:param log: If true will log training metrics in the stdout

0 commit comments

Comments
 (0)