jacklangerman
commited on
Commit
•
8d35183
1
Parent(s):
c77b687
update comment
Browse files
script.py
CHANGED
@@ -34,6 +34,8 @@ if __name__ == "__main__":
|
|
34 |
# to 'train' or 'val' ('all' defaults back to 'train') if we are
|
35 |
# testing ourselves locally.
|
36 |
#
|
|
|
|
|
37 |
# On the test server *`split` must be set to 'all'*
|
38 |
# to compute both the public and private leaderboards.
|
39 |
#
|
|
|
34 |
# to 'train' or 'val' ('all' defaults back to 'train') if we are
|
35 |
# testing ourselves locally.
|
36 |
#
|
37 |
+
# dataset = hoho.get_dataset(split='val', decode=None)
|
38 |
+
#
|
39 |
# On the test server *`split` must be set to 'all'*
|
40 |
# to compute both the public and private leaderboards.
|
41 |
#
|