Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add activations doc (#9789)
Browse files Browse the repository at this point in the history
  • Loading branch information
szha authored and cjolivier01 committed Feb 14, 2018
1 parent 45e8555 commit 581cf90
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/api/python/gluon/nn.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ This document lists the neural network blocks in Gluon:
:nosignatures:
Dense
Activation
Dropout
BatchNorm
InstanceNorm
LeakyReLU
Embedding
Flatten
```
Expand Down Expand Up @@ -66,6 +64,21 @@ This document lists the neural network blocks in Gluon:
ReflectionPad2D
```

## Activation Layers


```eval_rst
.. autosummary::
:nosignatures:
Activation
LeakyReLU
PReLU
ELU
SELU
Swish
```


## API Reference

Expand Down

0 comments on commit 581cf90

Please sign in to comment.