mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
tweaked prompt
This commit is contained in:
parent
a3c5d957d3
commit
8759a20215
1 changed files with 1 additions and 2 deletions
|
@ -139,8 +139,7 @@ class ModelBase(object):
|
||||||
|
|
||||||
if ask_batch_size and (self.iter == 0 or ask_override):
|
if ask_batch_size and (self.iter == 0 or ask_override):
|
||||||
default_batch_size = 0 if self.iter == 0 else self.options.get('batch_size', 0)
|
default_batch_size = 0 if self.iter == 0 else self.options.get('batch_size', 0)
|
||||||
self.options['batch_cap'] = max(0, io.input_int("Batch_size (?:help skip:%d) : " % 0,
|
self.options['batch_cap'] = max(0, io.input_int("Batch_size (?:help skip:%d) : " % self.options.get('batch_cap', 16),
|
||||||
0,
|
|
||||||
help_message="Larger batch size is better for NN's"
|
help_message="Larger batch size is better for NN's"
|
||||||
" generalization, but it can cause Out of"
|
" generalization, but it can cause Out of"
|
||||||
" Memory error. Tune this value for your"
|
" Memory error. Tune this value for your"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue