[refactor] move rbm.model → model.model

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:55:16 +02:00
co-authored by Claude Sonnet 4.6
parent b41274c7a6
commit 1954064a54
17 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from rbm.matrix import Mat, np
from rbm.model import Model
from model.model import Model
from rbm.entity import Entity, EntityParams, TrainingParams
import math