import pickle path = "results/dna.pkl" with open(path, "rb") as f: results = pickle.load(f) print(results)