feat: 修正定义
This commit is contained in:
parent
26bb12607a
commit
64cda54d95
|
@ -34,7 +34,7 @@ class BaseModel:
|
||||||
'''
|
'''
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.input_shape = None
|
self.input_shape = None
|
||||||
self.output_size = None
|
self.output_shape = None
|
||||||
|
|
||||||
def get_model(self) -> tuple:
|
def get_model(self) -> tuple:
|
||||||
raise Exception("method not implemented")
|
raise Exception("method not implemented")
|
||||||
|
|
Loading…
Reference in New Issue