[refactor] move rbm.image → image.sub_image

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:01:51 +02:00
co-authored by Claude Sonnet 4.6
parent 599ba4f6d5
commit b0d370a56b
10 changed files with 527 additions and 513 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
from rbm.model import Model
from rbm.entity import Entity, EntityParams, TrainingParams
from rbm.image import SubImage, normalize
from image.sub_image import SubImage, normalize
from rbm.matrix import Mat, np, convert
from rbm.status import CheckpointStatus