Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialization Functionality #3

Open
20 of 55 tasks
seanmor5 opened this issue Sep 27, 2021 · 0 comments
Open
20 of 55 tasks

Serialization Functionality #3

seanmor5 opened this issue Sep 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@seanmor5
Copy link
Contributor

seanmor5 commented Sep 27, 2021

Checklist for serialization support of Axon models.

Linear

  • dense
  • bilinear
  • embedding

Convolutional

  • conv
  • conv_transpose
  • depthwise_conv
  • separable_conv2d
  • separable_conv3d

Dropout

  • dropout
  • spatial_dropout
  • alpha_dropout
  • feature_alpha_dropout

Pooling

  • adaptive_avg_pool
  • adaptive_max_pool
  • adaptive_lp_pool
  • avg_pool
  • max_pool
  • lp_pool
  • global_avg_pool
  • global_max_pool
  • global_lp_pool

Normalization

  • batch_norm
  • layer_norm
  • instance_norm
  • group_norm

Recurrent

  • conv_lstm
  • lstm
  • gru

Combinators

  • concatenate
  • add
  • subtract
  • multiply

Activations

  • celu
  • elu
  • exp
  • gelu
  • hard_sigmoid
  • hard_silu
  • hard_tanh
  • leaky_relu
  • linear
  • log_sigmoid
  • mish
  • relu
  • relu6
  • selu
  • sigmoid
  • silu
  • softmax
  • softplus
  • softsign
  • tanh

Special

  • constant
  • nx
  • layer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant