-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
您好,在process.py文件中的init函数下(如下代码所示)
def init(self, pretrain_embed_path, output_path, max_scan_num, data_files, label_path, overwrite):
word_embed_path = join(self.data_path, 'word_embedding.pkl')
word_vocab_path = join(self.data_path, 'word_vocab.pkl')
word_vocab_path_ = join(self.data_path,'word_vocab.pkl)
trie_tree_path = join(self.data_path, 'trie_tree.pkl')
以上self.data_path下中的 'word_embedding.pkl'、'word_vocab.pkl‘、'word_vocab.pkl’、'trie_tree.pkl'都找不到是什么原因呢?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels