File "D:\Masters\industrialproject\C++attempt1\code2vec\code2vec\vocabularies.py", line 224, in _load_word_freq_dict
token_to_count = pickle.load(file)
_pickle.UnpicklingError: invalid load key, '\x1f'.
I am getting this error when I am trying to use the Chromium preprocessed data with Code2vec.
File "D:\Masters\industrialproject\C++attempt1\code2vec\code2vec\vocabularies.py", line 224, in _load_word_freq_dict
token_to_count = pickle.load(file)
_pickle.UnpicklingError: invalid load key, '\x1f'.
I am getting this error when I am trying to use the Chromium preprocessed data with Code2vec.