Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-rz committed Feb 24, 2024
1 parent 250fd1a commit e1e096f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k3_addons/layers/attention/parnet.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from keras import layers, Sequential
from k3_addons.layers.pooling.adaptive_pooling import AdaptiveAveragePool2D
from k3_addons.api_export import k3_export


@k3_export(path="k3_addons.layers.ParNetAttention")
class ParNetAttention(layers.Layer):
def __init__(self, activation="selu"):
super().__init__()
Expand Down

0 comments on commit e1e096f

Please sign in to comment.