AlexGrig

Results 2 comments of AlexGrig

Hi, you have the same output because of this line in the test.py: https://github.com/eriklindernoren/PyTorch-YOLOv3/blob/47b7c912877ca69db35b8af3a38d6522681b3bb3/test.py#L98 The batch size is not propagated from the command line. If you change `batch_size=opt.batch_size` then you'll...

Hello, @chaoyanghe, thanks for your work, The MPI example seems to be still incomplete https://github.com/FedML-AI/FedML/blob/d5718c031b04ab8c91003174c4fffccc166f3a44/python/fedml/simulation/simulator.py#L157 Please correct me if I am wrong, regards.