wangzhenzhou2020

Results 5 comments of wangzhenzhou2020

1 2 两种情况,“cur_a or cur_b都会到None”,你确定吗?我不理解。

我知道,如果两链表相交,自然有解。 但如果两个链表不相交,岂不是死循环了? 你的意思是不相交的链表,也不会死循环?

懂了👌。谢谢。是我太浮躁了。感谢解答。

thanks. i've solved that problem (just as you said) two weeks ago. But , i've encounted another problem: at the final round, FedAvgServerManager.py call FedAVGAggregator.py(the red arrow) . ![image](https://user-images.githubusercontent.com/67401289/124059857-61f29180-da5e-11eb-80d8-473cc27dd498.png) But...