allennlp.common.checks¶
Functions and exceptions for checking that AllenNLP and its models are configured correctly.
-
exception
allennlp.common.checks.
ConfigurationError
(message)[source]¶ Bases:
Exception
The exception raised by any AllenNLP object when it’s misconfigured (e.g. missing properties, invalid properties, unknown properties).
-
exception
allennlp.common.checks.
ExperimentalFeatureWarning
[source]¶ Bases:
RuntimeWarning
A warning that you are using an experimental feature that may change or be deleted.