Improved formatting

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-02 13:25:22 +02:00
parent ee38a74382
commit 0498bd03c6

View File

@ -572,10 +572,10 @@ def _ssd_evaluate_unbatch_list(glob_string: str) -> List[np.ndarray]:
return unbatched return unbatched
def _ssd_train_get_config_values(config_get: Callable[[str], Union[str, float, int, bool]] def _ssd_train_get_config_values(config_get: Callable[[str], Union[str, float, int, bool]]) \
) -> Tuple[int, int, float, int, int, float, int, int, -> Tuple[int, int, float, int, int, float, int, int,
str, str, str, str, str, str, str, str, str, str,
bool, bool]: bool, bool]:
batch_size = config_get("Parameters.batch_size") batch_size = config_get("Parameters.batch_size")
image_size = config_get("Parameters.ssd_image_size") image_size = config_get("Parameters.ssd_image_size")