Datasets:
Fixing _generate_examples
Browse files- openpi_v2.py +2 -1
openpi_v2.py
CHANGED
|
@@ -21,9 +21,10 @@ import os
|
|
| 21 |
import textwrap
|
| 22 |
|
| 23 |
import numpy as np
|
| 24 |
-
|
| 25 |
import datasets
|
| 26 |
|
|
|
|
|
|
|
| 27 |
_OPENPI_V2_CITATION = """\
|
| 28 |
@inproceedings{
|
| 29 |
title={{OPENPI V2}: }
|
|
|
|
| 21 |
import textwrap
|
| 22 |
|
| 23 |
import numpy as np
|
|
|
|
| 24 |
import datasets
|
| 25 |
|
| 26 |
+
logger = datasets.logging.get_logger(__name__)
|
| 27 |
+
|
| 28 |
_OPENPI_V2_CITATION = """\
|
| 29 |
@inproceedings{
|
| 30 |
title={{OPENPI V2}: }
|