[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
@@ -3,7 +3,7 @@ import numpy
import cv2
import matplotlib.pyplot as plt
from rbm.model import Model
from model.model import Model
from rbm.entity import Entity, EntityParams, TrainingParams
from image.sub_image import SubImageExtract, normalize
from rbm.matrix import Mat, np, convert