Improved formatting

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-08-11 13:50:34 +02:00
parent 72c821dc2a
commit 36a9ca7c83

View File

@ -200,7 +200,7 @@ def clean_dataset(annotations: Sequence[dict], file_names: Mapping[str, str],
def _load_images_callback(resized_shape: Sequence[int]) -> Callable[ def _load_images_callback(resized_shape: Sequence[int]) -> Callable[
[Sequence[str], Sequence[Sequence[float]]], tf.Tensor]: [Sequence[str], Sequence[Sequence[float]]], tf.Tensor]:
""" """
Returns the callback function to load images. Returns the callback function to load images.