Skip to content

I run this "python3 code2vec.py --load models/dataset/saved_model_iter2 --test data/dataset/dataset.test.c2v" and I got this issue! is there any help? #169

@alsabaawi

Description

@alsabaawi

/job:localhost/replica:0/task:0/device:GPU:0 with 22297 MB memory: -> device: 0, name: NVIDIA GeForce RTX 3090, pci bus id: 0000:21:00.0, compute capability: 8.6
Traceback (most recent call last):
File "code2vec.py", line 19, in
model = load_model_dynamically(config)
File "code2vec.py", line 13, in load_model_dynamically
return Code2VecModel(config)
File "/home/alsabaaw/code2vec/tensorflow_model.py", line 38, in init
super(Code2VecModel, self).init(config)
File "/home/alsabaaw/code2vec/model_base.py", line 46, in init
self.vocabs = Code2VecVocabs(config)
File "/home/alsabaaw/code2vec/vocabularies.py", line 161, in init
self._load_or_create()
File "/home/alsabaaw/code2vec/vocabularies.py", line 170, in _load_or_create
self._create_from_word_freq_dict()
File "/home/alsabaaw/code2vec/vocabularies.py", line 188, in _create_from_word_freq_dict
word_freq_dict = self._load_word_freq_dict()
File "/home/alsabaaw/code2vec/vocabularies.py", line 221, in _load_word_freq_dict
with open(self.config.word_freq_dict_path, 'rb') as file:
TypeError: expected str, bytes or os.PathLike object, not NoneType

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions