使用Pytorch進行文本分類——TextCNN

目錄 網絡結構 代碼實現 實踐總結 相關文章 網絡結構 代碼實現 class TextCNN(nn.Module): def __init__(self, config:TCNNConfig, char_size = 5000, pinyin_size=5000): super(TextCNN, self
相關文章
相關標籤/搜索