You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FedScale/examples/notebook, the server and client contain old code "from fedscale.core.logger.execution import args" which suppose to be in new form "import fedscale.core.config_parser as parser" -> args = parser.args
Versions / Dependencies
FedScale 0.5, pip install -e .
Reproduction script
It happened when I tried to run the example code in jupyter notebook after installation. So it would be great to fix it to not to confuse new users.
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered:
What happened + What you expected to happen
In FedScale/examples/notebook, the server and client contain old code "from fedscale.core.logger.execution import args" which suppose to be in new form "import fedscale.core.config_parser as parser" -> args = parser.args
Versions / Dependencies
FedScale 0.5, pip install -e .
Reproduction script
It happened when I tried to run the example code in jupyter notebook after installation. So it would be great to fix it to not to confuse new users.
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: