mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
Update ModelBase.py (#283)
Typo: 'NotImplementeError' --> 'NotImplementedError'
This commit is contained in:
parent
fb9fd8c2b9
commit
ea1d59f620
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,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_iter(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue