tumourkit.postprocessing.extract_tensorboard.extract_scalar_from_tb
- tumourkit.postprocessing.extract_tensorboard.extract_scalar_from_tb(path: str) Dict[str, float]
Extracts the best values of all the time series.
- Parameters:
path (str) – Path to tensorboard file.
- Returns:
Dictionary with metrics as keys and maximums as values.
- Return type:
Dict[str, float]