[refactor] move rbm.torch → compat.torch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:36:21 +02:00
co-authored by Claude Sonnet 4.6
parent 3d235b4214
commit b41274c7a6
7 changed files with 90 additions and 83 deletions
View File
-1
View File
@@ -38,4 +38,3 @@ class Optimizer:
grad = self.entity.grad_compute(dbv, dbh, dwhv)
# Adjust weights
self.entity.state_adjust(grad)