mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
frames evaluation removed
This commit is contained in:
parent
b31b4fbdbc
commit
8f0244a32b
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import pickle
|
||||
import sys
|
||||
import traceback
|
||||
import queue
|
||||
|
|
|
@ -296,7 +296,6 @@ class ModelBase(object):
|
|||
|
||||
def ask_target_iter(self, default_value=0):
|
||||
if io.get_default_answer('NoInteractiveMode') is not None:
|
||||
print("Entro in ask_target_iter")
|
||||
default_target_iter = self.load_or_def_option('target_iter', default_value + 10000)
|
||||
self.options['target_iter'] = max(0, default_target_iter + 10000)
|
||||
print("TARGET ITERATION: " + str(self.options['target_iter']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue