Skip to content

Commit

Permalink
feat: ✨ Add geometric consistency local rule.
Browse files Browse the repository at this point in the history
Also fix residual conv pass
  • Loading branch information
rhoadesScholar committed Apr 26, 2024
1 parent 13f6ce1 commit 701cb24
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 172 deletions.
3 changes: 2 additions & 1 deletion src/leibnetz/nets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from .attentive_scalenet import build_attentive_scale_net
from .scalenet import build_scale_net
from .unet import build_unet
from .bio import (
from .local_learning import (
convert_to_bio,
convert_to_backprop,
HebbsRule,
KrotovsRule,
OjasRule,
GeometricConsistencyRule,
)

# from .resnet import build_resnet
Loading

0 comments on commit 701cb24

Please sign in to comment.