Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaRL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wang, Mia
MetaRL
Commits
73934d26
Commit
73934d26
authored
2 years ago
by
Sun Jin Kim
Browse files
Options
Downloads
Patches
Plain Diff
randomsearch_logs length 92
parent
bacb17e7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check_pickles.py
+6
-2
6 additions, 2 deletions
check_pickles.py
randomsearch_logs.pkl
+0
-0
0 additions, 0 deletions
randomsearch_logs.pkl
with
6 additions
and
2 deletions
check_pickles.py
+
6
−
2
View file @
73934d26
...
@@ -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
))
This diff is collapsed.
Click to expand it.
randomsearch_logs.pkl
+
0
−
0
View file @
73934d26
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment