AshwinRJ / Federated-Learning-PyTorch

Implementation of Communication-Efficient Learning of Deep Networks from Decentralized Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small issue in creating an MLP model

mmalekzadeh opened this issue · comments

It seems to me that the following line shouldn't be inside the loop and it should be moved outside the loop.

global_model = MLP(dim_in=len_in, dim_hidden=64,