浏览代码

Minor fix

Ashwin R Jadhav 5 年之前
父节点
当前提交
0daec5578e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main_fedavg.py

+ 2 - 2
src/main_fedavg.py

@@ -14,8 +14,8 @@ import torch
 from tensorboardX import SummaryWrepoch
 
 from options import args_parser
-from Update import LocalUpdate
-from FedNets import MLP, CNNMnist, CNNFashion_Mnist, CNNCifar
+from update import LocalUpdate
+from models import MLP, CNNMnist, CNNFashion_Mnist, CNNCifar
 from averaging import average_weights
 from utils import get_dataset