= self.sentiment_embeddings(sentiment).view(bs, 1, -1)
sentiment_fts = sentiment_fts.repeat(...(1, T, 1))
features = torch.cat([char_fts, sentiment_fts, probas_fts], -1)
features...sentiment_fts = self.sentiment_embeddings(sentiment).view(bs, 1, -1)
sentiment_fts =...sentiment_fts.repeat((1, T, 1))
x = torch.cat([char_fts, sentiment_fts, probas_fts],...sentiment_fts.repeat((1, T, 1))
x = torch.cat([char_fts, sentiment_fts, probas_fts],