hacetin / deep-triage

Implementation of 'DeepTriage: Exploring the Effectiveness of Deep Learning for Bug Triaging'
21 stars 8 forks source link

Missing word2vec model #4

Open kruthikakr opened 2 years ago

kruthikakr commented 2 years ago

Hi i am trying to run the mian.py but getting this error FileNotFoundError: [Errno 2] No such file or directory: './data/google_chromium/word2vec.model'

Can you provide the word2vec.model file ?

SiiaaaRa commented 10 months ago

Hi i am trying to run the mian.py but getting this error FileNotFoundError: [Errno 2] No such file or directory: './data/google_chromium/word2vec.model'

Can you provide the word2vec.model file ?

were you able to find a solution for the missing word2vec.model?

afifaniks commented 7 months ago

While I think you have already found the solution I am leaving this comment for others who might end up looking for it in the future.

You can produce it by uncommenting preprocess_all_datasets() on main.py.