Trains the client model. Args: data: Dict of the form {'x': [list], 'y': [list]}. num_epochs: Number of epochs to train. batch_size: Size of training batches. Return: comp: Number of FLOPs computed while training given data
(self, data, num_epochs=1, batch_size=10)
source not stored for this graph (policy: none)
no test coverage detected