HelenGuohx / logbert

log anomaly detection via BERT
MIT License
240 stars 102 forks source link

sh run_logbert_bgl.sh doesn't work #6

Closed SMABHISHEK closed 3 years ago

SMABHISHEK commented 3 years ago

Error:

Save options parameters Traceback (most recent call last): File "../main_logbert.py", line 102, in main() File "../main_logbert.py", line 89, in main with open(options["train_vocab"], "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/amanjanagowd/.output/bgl_2k/train'

SMABHISHEK commented 3 years ago

Same is the issue with sh run_logbert_hdfs.sh

Save options parameters Traceback (most recent call last): File "../main_logbert.py", line 102, in main() File "../main_logbert.py", line 89, in main with open(options["train_vocab"], "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/amanjanagowd/.output/hdfs/train'

HelenGuohx commented 3 years ago

Have you tried to process the data first by running sh process_bgl.sh