Added info about default value to docstring
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -34,7 +34,7 @@ def load_coco(data_path: str, data_type: str, num_epochs: int, batch_size: int =
|
|||||||
data_path: path to the COCO data set
|
data_path: path to the COCO data set
|
||||||
data_type: type of the COCO data (e.g. 'val2014')
|
data_type: type of the COCO data (e.g. 'val2014')
|
||||||
num_epochs: number of epochs
|
num_epochs: number of epochs
|
||||||
batch_size: batch size
|
batch_size: batch size (default: 32)
|
||||||
Returns:
|
Returns:
|
||||||
Tensorflow data set
|
Tensorflow data set
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user