mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
fix keyword spell mistake in ModelBase
This commit is contained in:
parent
95e70d510f
commit
a262a603ce
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ class ModelBase(object):
|
|||
|
||||
#overridable
|
||||
def get_converter(self):
|
||||
raise NotImplementeError
|
||||
raise NotImplementedError
|
||||
#return existing or your own converter which derived from base
|
||||
|
||||
def get_target_epoch(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue