feat: 修正定义

This commit is contained in:
nl 2021-11-09 18:32:07 +08:00
parent 26bb12607a
commit 64cda54d95
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class BaseModel:
'''
def __init__(self):
self.input_shape = None
self.output_size = None
self.output_shape = None
def get_model(self) -> tuple:
raise Exception("method not implemented")