model: forward() is not abstract method
This commit is contained in:
@@ -27,7 +27,6 @@ class Model(ABC):
|
||||
if train(entity, _batch, Status()):
|
||||
_batch = entity.forward(_batch)
|
||||
|
||||
@abstractmethod
|
||||
def forward(self, x: Mat) -> Mat:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user