Where can I find files : train.pkl and test.pkl #34
Unanswered
house-chang
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@JinYang88 Do you have these files? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Sir :
I got error when run the command :
$ python3 loglizer_demo.py
Traceback (most recent call last):
File "loglizer_demo.py", line 58, in
with open(os.path.join(pkl_path, "train.pkl"), "rb") as fr:
FileNotFoundError: [Errno 2] No such file or directory: '../../proceeded_data/BGL/BGL_ws=60m_s=60m_0.8train/train.pkl'
where Where can I find files : train.pkl and test.pkl ?
thank you
House
Beta Was this translation helpful? Give feedback.
All reactions