added label

This commit is contained in:
2025-12-22 10:02:36 +01:00
parent 781870b971
commit 35e045a701
3 changed files with 136 additions and 10 deletions
-3
View File
@@ -1,5 +1,4 @@
import os
import matplotlib.pyplot as plt
from rbm.model import Model
@@ -7,8 +6,6 @@ from rbm.entity import Entity, EntityParams
from rbm.matrix import Mat, np, read_armadillo
from rbm.train import TrainingParams
import matplotlib.pyplot as plot
class TestModel(Model):
def __init__(self, name: str, work_dir: str = '.'):
super().__init__(name, work_dir)