[refactor] move rbm.model → model.model
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user