-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 🚀 Add new functions to __init__
- Loading branch information
1 parent
f74d9c0
commit 43a4620
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
from .attentive_scalenet import build_attentive_scale_net | ||
from .scalenet import build_scale_net | ||
from .unet import build_unet | ||
from .bio import ( | ||
convert_to_bio, | ||
convert_to_backprop, | ||
HebbsRule, | ||
KrotovsRule, | ||
OjasRule, | ||
) | ||
|
||
# from .resnet import build_resnet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters