logitorch.datasets.exceptions¶
Exceptions¶
An error is raised when the abduction task is chosen in a closed-world assumption setting |
|
An error is raised when the dataset name is wrong |
|
An error is raised when the downloaded dataset has a wrong size |
|
An error is raised when the split set is wrong |
|
An error is raised when the task is wrong |
Module Contents¶
- exception logitorch.datasets.exceptions.AbductionClosedWorldAssumptionError[source]¶
Bases:
ExceptionAn error is raised when the abduction task is chosen in a closed-world assumption setting
Initialize self. See help(type(self)) for accurate signature.
- exception logitorch.datasets.exceptions.DatasetNameError[source]¶
Bases:
ExceptionAn error is raised when the dataset name is wrong
Initialize self. See help(type(self)) for accurate signature.
- exception logitorch.datasets.exceptions.FileSizeError[source]¶
Bases:
ExceptionAn error is raised when the downloaded dataset has a wrong size
Initialize self. See help(type(self)) for accurate signature.