文件名称:gru fasttext
文件大小:5KB
文件格式:PY
更新时间:2022-03-20 09:16:08
GRU LSTM
使用双向GRU和LSTM进行FastText文本分类 # This is a script version of Meng Ye's Notebook: https://www.kaggle.com/konohayui/bi-gru-cnn-poolings/code # I'm trying to reproduce the best single public script model in a GPU kernel.