Skip to content
Snippets Groups Projects
Commit 73934d26 authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

randomsearch_logs length 92

parent bacb17e7
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,9 @@ from pprint import pprint ...@@ -4,5 +4,9 @@ from pprint import pprint
with open('randomsearch_logs.pkl', 'rb') as file: with open('randomsearch_logs.pkl', 'rb') as file:
list = pickle.load(file) list = pickle.load(file)
pprint(list) print(len(list))
print(len(list))
\ No newline at end of file with open('gru_logs.pkl','rb') as file:
list = pickle.load(file)
print(len(list))
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment