Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Conversation

@guoshengCS
Copy link
Collaborator

@guoshengCS guoshengCS commented May 7, 2020

Add unit tests and more apis for text.py

Currently, text.py includes apis as follows:

__all__ = [
    'RNNCell',
    'BasicLSTMCell',
    'BasicGRUCell',
    'RNN',
    'BidirectionalRNN',
    'StackedRNNCell',
    'StackedLSTMCell',
    'LSTM',
    'BidirectionalLSTM',
    'StackedGRUCell',
    'GRU',
    'BidirectionalGRU',
    'DynamicDecode',
    'BeamSearchDecoder',
    'Conv1dPoolLayer',
    'CNNEncoder',
    'MultiHeadAttention',
    'FFN',
    'TransformerEncoderLayer',
    'TransformerEncoder',
    'TransformerDecoderLayer',
    'TransformerDecoder',
    'TransformerCell',
    'TransformerBeamSearchDecoder',
    'LinearChainCRF',
    'CRFDecoding',
    'SequenceTagging',
]

@guoshengCS guoshengCS force-pushed the add-text-doc-test branch from 9cc4997 to f124346 Compare May 9, 2020 06:40
@guoshengCS guoshengCS changed the title Add unit tests and more rnn apis for text.py Add unit tests and more apis for text.py May 11, 2020
@guoshengCS guoshengCS force-pushed the add-text-doc-test branch from 2045e18 to 56e2729 Compare May 12, 2020 17:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant