Update testdata.py
Browse files- testdata.py +2 -2
testdata.py
CHANGED
|
@@ -23,8 +23,8 @@ import re
|
|
| 23 |
from collections import defaultdict
|
| 24 |
import datasets
|
| 25 |
|
| 26 |
-
from .debug_utils import DebugUnderflowOverflow
|
| 27 |
-
debug_overflow = DebugUnderflowOverflow(model)
|
| 28 |
|
| 29 |
|
| 30 |
|
|
|
|
| 23 |
from collections import defaultdict
|
| 24 |
import datasets
|
| 25 |
|
| 26 |
+
# from .debug_utils import DebugUnderflowOverflow
|
| 27 |
+
# debug_overflow = DebugUnderflowOverflow(model)
|
| 28 |
|
| 29 |
|
| 30 |
|