[refactor] move rbm.label → label.label

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:30:26 +02:00
co-authored by Claude Sonnet 4.6
parent 807de19fa7
commit 3d235b4214
6 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from rbm.model import Model
from rbm.entity import Entity, EntityParams, TrainingParams
from rbm.matrix import Mat, np, read_armadillo
from rbm.train import train, Status
from rbm.label import Label
from label.label import Label
class TestModel(Model):
def __init__(self, name: str, work_dir: str = '.'):