with open('final_dic.pkl', 'rb') as file: data = pickle.load(file)It's been running for almost 30 minutes on MacBook M1. Is it normal behaviour or there is something to be done to speed it up?
· Sign up or log in to comment