From d26751231224308cffe821270de4373f1434ff05 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 4 Apr 2019 17:30:32 +0200 Subject: [PATCH] Added info about default value to docstring Signed-off-by: Jim Martens --- src/twomartens/masterthesis/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/data.py b/src/twomartens/masterthesis/data.py index ec97549..6595c73 100644 --- a/src/twomartens/masterthesis/data.py +++ b/src/twomartens/masterthesis/data.py @@ -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_type: type of the COCO data (e.g. 'val2014') num_epochs: number of epochs - batch_size: batch size + batch_size: batch size (default: 32) Returns: Tensorflow data set """