Update level_classifier_tool_2.py
Browse files
level_classifier_tool_2.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
-
from dataclasses import dataclass
|
| 4 |
from typing import Dict, List, Tuple, Iterable, Optional, Literal, Callable, Any
|
| 5 |
import math
|
| 6 |
import torch
|
|
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
+
from dataclasses import dataclass, field
|
| 4 |
from typing import Dict, List, Tuple, Iterable, Optional, Literal, Callable, Any
|
| 5 |
import math
|
| 6 |
import torch
|