fl_server_core.exceptions ¶
Classes:
| Name | Description |
|---|---|
TorchDeserializationException | Exception raised for errors in the deserialization process of PyTorch objects. |
Classes¶
TorchDeserializationException ¶
Bases: Exception
flowchart TD
fl_server_core.exceptions.TorchDeserializationException[TorchDeserializationException]
click fl_server_core.exceptions.TorchDeserializationException href "" "fl_server_core.exceptions.TorchDeserializationException"
Exception raised for errors in the deserialization process of PyTorch objects.
This is a custom exception class that should be raised when there is an error during the deserialization of PyTorch objects.
Raised by:
- API Reference
fl_server_coreutilstorch_serialization Functions