5.1.1.2.1.7. FedEval.communicaiton.model_weights_io
5.1.1.2.1.7.1. Module Contents
5.1.1.2.1.7.1.1. Classes
5.1.1.2.1.7.1.2. Attributes
- FedEval.communicaiton.model_weights_io.weights_filename_pattern = 'model_{}.pkl'
- FedEval.communicaiton.model_weights_io.server_best_weight_filename = 'best_model.pkl'
- class FedEval.communicaiton.model_weights_io.ModelWeightsIoInterface
- abstract fetch_params(filename: str)
- class FedEval.communicaiton.model_weights_io.ModelWeightsHandler(download_url_pattern: str)
Bases:
ModelWeightsIoInterface- fetch_params(file_location: str)