mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-04 13:17:51 +08:00
16 lines
492 B
ReStructuredText
16 lines
492 B
ReStructuredText
fastNLP.modules
|
|
===============
|
|
|
|
.. automodule:: fastNLP.modules
|
|
:members: ConvolutionCharEncoder, LSTMCharEncoder, ConvMaxpool, LSTM, StarTransformer, TransformerEncoder, VarRNN, VarLSTM, VarGRU, MaxPool, MaxPoolWithMask, KMaxPool, AvgPool, AvgPoolWithMask, MultiHeadAttention, MLP, ConditionalRandomField, viterbi_decode, allowed_transitions, TimestepDropout
|
|
|
|
子模块
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fastNLP.modules.decoder
|
|
fastNLP.modules.encoder
|
|
fastNLP.modules.utils
|