-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
can someone help me to find this file(data/%s.pkl) ? Thanks
#step 1 - load data
with open('data/%s.pkl', 'rb') as fp:
heads, desc, keywords = pickle.load(fp)
FileNotFoundError Traceback (most recent call last)
in ()
1 #step 1 - load data
----> 2 with open('data/%s.pkl', 'rb') as fp:
3 heads, desc, keywords = pickle.load(fp)
FileNotFoundError: [Errno 2] No such file or directory: 'data/%s.pkl'
Metadata
Metadata
Assignees
Labels
No labels