[InputExample] Unfreeze for now, cf. #3423

This commit is contained in:
Julien Chaumond
2020-03-30 10:41:49 -04:00
parent d38bbb225f
commit cc598b312b

View File

@@ -28,7 +28,7 @@ from ...file_utils import is_tf_available, is_torch_available
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
@dataclass(frozen=True) @dataclass(frozen=False)
class InputExample: class InputExample:
""" """
A single training/test example for simple sequence classification. A single training/test example for simple sequence classification.