class MaskedLSTM(tf.keras.Model):. """ stacked bidirectional LSTMs with masking. words with ID=0 are masked. """ def __init__(self, params, embeddings, ...
確定! 回上一頁