We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8918d commit e66539eCopy full SHA for e66539e
efficientdet/main.py
@@ -111,7 +111,7 @@
111
112
# for train_and_eval mode
113
flags.DEFINE_bool(
114
- 'run_epoch_in_child_process', True,
+ 'run_epoch_in_child_process', False,
115
'This option helps to rectify CPU memory leak. If True, every epoch is '
116
'run in a separate process for train and eval and memory will be cleared.'
117
'Drawback: need to kill 2 processes if trainining needs to be interrupted.')
0 commit comments