Skip to content

Commit

Permalink
new layers torchlip level
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu SERRURIER committed Jun 17, 2024
1 parent b4191a6 commit d292e9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deel/torchlip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@
"FullSort",
"GroupSort",
"GroupSort2",
"BatchCentering",
"LayerCentering",
"HKRLoss",
"HKRMulticlassLoss",
"HingeMarginLoss",
"HKRMultiLoss",
"HingeMulticlassLoss",
"InvertibleDownSampling",
"InvertibleUpSampling",
Expand All @@ -52,7 +55,9 @@
"ScaledAdaptiveAvgPool2d",
"ScaledAvgPool2d",
"ScaledL2NormPooling2D",
"ScaledGlobalL2NormPooling2D",
"Sequential",
"SpectralConv2d",
"SpectralConv1d",
"SpectralLinear",
]

0 comments on commit d292e9d

Please sign in to comment.