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