diff --git a/src/rbm/model.py b/src/rbm/model.py index 0de9905..bec0b25 100644 --- a/src/rbm/model.py +++ b/src/rbm/model.py @@ -27,7 +27,6 @@ class Model(ABC): if train(entity, _batch, Status()): _batch = entity.forward(_batch) - @abstractmethod def forward(self, x: Mat) -> Mat: pass