2018-daguan-competition icon indicating copy to clipboard operation
2018-daguan-competition copied to clipboard

2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4

Results 1 2018-daguan-competition issues
Sort by recently updated
recently updated
newest added

在运行rnncapsule时出现了以下报错。 --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 model = Gru_Capsule_Model(word_seq_len, word_embedding,classification) in Gru_Capsule_Model(sent_length, embeddings_weight, class_num) 25 embed = SpatialDropout1D(0.2)(embedding(content)) 26 x = Bidirectional(CuDNNGRU(200, return_sequences=True))(embed) ---> 27...