FedML icon indicating copy to clipboard operation
FedML copied to clipboard

typo in data_preprocess of cifar100

Open CHR-ray opened this issue 4 years ago • 0 comments

logging.info("test_dl_global number = " + str(len(train_data_global))) should it be 'test_data_global' instead of 'train_data_global' ?

CHR-ray avatar Aug 30 '21 12:08 CHR-ray