FedML
FedML copied to clipboard
typo in data_preprocess of cifar100
logging.info("test_dl_global number = " + str(len(train_data_global))) should it be 'test_data_global' instead of 'train_data_global' ?