Ashwin R Jadhav 5 yıl önce
ebeveyn
işleme
0daec5578e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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