Skip to content

Commit

Permalink
chore: vanilla_model added in deel/torchlip/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
y-prudent committed Feb 5, 2024
1 parent effd7e6 commit 87f78e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deel/torchlip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@
"Sequential",
"SpectralConv2d",
"SpectralLinear",
"vanilla_model",
]
1 change: 1 addition & 0 deletions deel/torchlip/modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
from .loss import NegKRLoss
from .module import LipschitzModule
from .module import Sequential
from .module import vanilla_model
from .pooling import ScaledAdaptiveAvgPool2d
from .pooling import ScaledAvgPool2d
from .pooling import ScaledL2NormPool2d
Expand Down

0 comments on commit 87f78e9

Please sign in to comment.