forever1078

Results 2 issues of forever1078

``` Epoch: 0 Traceback (most recent call last): File "main.py", line 142, in train(epoch) File "main.py", line 93, in train outputs = net(inputs) File "/home/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__ result...

In FederatedAveragingStrategy class processSingleUpdate function,why the normalisedUpdate equals to update div normaliser? normaliser=samples/totalsamples normalisedUpdate=update/normaliser=update*totalsamples/samples? I can't understand here.Are you using the FedAvg algorithm?