Skip to content

Commit

Permalink
Turn off TensorBoard logs to by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abagshaw committed Jan 10, 2018
1 parent e9236b1 commit ec24d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darkflow/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def setDefaults(self):
self.define('dataset', '../pascal/VOCdevkit/IMG/', 'path to dataset directory')
self.define('labels', 'labels.txt', 'path to labels file')
self.define('backup', './ckpt/', 'path to backup folder')
self.define('summary', './summary/', 'path to TensorBoard summaries directory')
self.define('summary', '', 'path to TensorBoard summaries directory')
self.define('annotation', '../pascal/VOCdevkit/ANN/', 'path to annotation directory')
self.define('threshold', -0.1, 'detection threshold')
self.define('model', '', 'configuration of choice')
Expand Down

0 comments on commit ec24d2c

Please sign in to comment.