tensorboard_to_pandas

class maze.utils.tensorboard_reader.tensorboard_to_pandas(file_path: str)

Convert the tensorboard log to a pandas DataFrame.

Parameters:

file_path – The path of the tensorboard log file.

Returns:

A Pandas DataFrame with the columns “tag”, “step”, “value” (the fist two are set as index)