Add TensorBoard support (#87)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
248d54ca03
commit
cb4f20f3cf
6 changed files with 133 additions and 51 deletions
|
|
@ -15,7 +15,7 @@ nosave: False
|
|||
cache: False # True/ram, disk or False
|
||||
device: '' # cuda device, i.e. 0 or 0,1,2,3 or cpu
|
||||
workers: 8
|
||||
project: 'runs'
|
||||
project: 'runs/train'
|
||||
name: 'exp'
|
||||
exist_ok: False
|
||||
pretrained: False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue