FedML
FedML copied to clipboard
Exception has occurred: AttrbuteError (module 'fedml' has no attribute 'logger'
Hi all
Recently, I am testing SP_FEDAVG_MNIST_LR_CUSTUM_DATA_AND_MODEL_EXAMPLE.
fedml.logger.info("load_data.dataset_name = %s" % args.dataset)
So, I got an errof that has no attribute 'logger'. The problem is at a fedml package or anything else?

Thanks for your comments.
you can just use logging.info to print the log.

It seems you are using an old version. Please update your fedml library.