[refactor] move rbm.model → model.model
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
"import torchvision\n",
|
||||
"import torchvision.transforms as transforms\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"from rbm.model import Model\n",
|
||||
"from model.model import Model\n",
|
||||
"from rbm.entity import Entity, EntityParams, TrainingParams\n",
|
||||
"from rbm.matrix import Mat, np, rms_error_accu\n",
|
||||
"from compat.torch import Optimizer\n",
|
||||
|
||||
Reference in New Issue
Block a user