Tensorboard
Iterable pipes for exporting to tensorboard
run_tensorboard
run_tensorboard (port:int=6006, start_tag:str=None, samples_per_plugin:str=None, extra_args:str=None, rm_glob:bool=None)
Type | Default | Details | |
---|---|---|---|
port | int | 6006 | The port to run tensorboard on/connect on |
start_tag | str | None | Starting regex e.g.: experience_replay/1 |
samples_per_plugin | str | None | Sampling freq such as images=0 (keep all) |
extra_args | str | None | Any additional arguments in the --arg value format |
rm_glob | bool | None | Remove old logs via a parttern e.g.: ’’ will remove all files: runs/ |