Nathan Lambert
commited on
Commit
·
a80d802
1
Parent(s):
ef0f792
add pickle import
Browse files- geodiff-example-data.py +1 -1
geodiff-example-data.py
CHANGED
|
@@ -19,7 +19,7 @@ import json
|
|
| 19 |
import os
|
| 20 |
# import torch
|
| 21 |
import datasets
|
| 22 |
-
|
| 23 |
|
| 24 |
# You can copy an official description
|
| 25 |
_DESCRIPTION = """\
|
|
|
|
| 19 |
import os
|
| 20 |
# import torch
|
| 21 |
import datasets
|
| 22 |
+
import pickle
|
| 23 |
|
| 24 |
# You can copy an official description
|
| 25 |
_DESCRIPTION = """\
|