Skip to content

infer issue #14

@sherifyounis

Description

@sherifyounis

loading word vectors ...
Traceback (most recent call last):
File "D:\sherif\B thesis\sarcasm paper\import papers\Sentic-GCN-main\ABSA-Detection\infer.py", line 124, in
inf = Inferer(opt)
File "D:\sherif\B thesis\sarcasm paper\import papers\Sentic-GCN-main\ABSA-Detection\infer.py", line 55, in init
embedding_matrix = build_embedding_matrix(self.tokenizer.word2idx, opt.embed_dim, opt.dataset)
File "D:\sherif\B thesis\sarcasm paper\import papers\Sentic-GCN-main\ABSA-Detection\data_utils.py", line 30, in build_embedding_matrix
word_vec = load_word_vec(fname, word2idx=word2idx)
File "D:\sherif\B thesis\sarcasm paper\import papers\Sentic-GCN-main\ABSA-Detection\data_utils.py", line 8, in load_word_vec
fin = open(path, 'r', encoding='utf-8', newline='\n', errors='ignore')
FileNotFoundError: [Errno 2] No such file or directory: '../glove.42B.300d.txt'

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