Skip to content

process.py中的文件找不到 #4

@July199

Description

@July199

您好,在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'都找不到是什么原因呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions