소스 검색

fix: test

shellmiao 11 달 전
부모
커밋
e98ce2b751
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/fedssl/client_with_pgfed.py

+ 1 - 1
applications/fedssl/client_with_pgfed.py

@@ -95,7 +95,7 @@ class FedSSLWithPgFedClient(FedSSLClient):
         
         # delete later
         all_grads_none = True
-        for p in zip(self.model.parameters()):
+        for p in self.model.parameters():
             if p.grad is not None:
                 all_grads_none = False
         if all_grads_none: