allennlp.common.checks¶
Functions and exceptions for checking that AllenNLP and its models are configured correctly.
-
exception
allennlp.common.checks.ConfigurationError(message)[source]¶ Bases:
ExceptionThe 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:
RuntimeWarningA warning that you are using an experimental feature that may change or be deleted.