SplitNN-for-Vertically-Partitioned-Data
SplitNN-for-Vertically-Partitioned-Data copied to clipboard
clients' gradients how to update ?
In Configuration_1.ipynb's train function the server receives the output from clients and then computes the loss and backward(), but how are the gradients updated on the clients? 😥 thanks.