fedml.init()
#1521
Replies: 2 comments 1 reply
-
Pls did you solve this problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can't run it directly, but you should give it a configuration file,u can view run_client.sh that file |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
fedml.init()
,I get an error:raise Exception(
Exception: no such a platform. training_type = None, backend = None
Traceback (most recent call last):
line 8, in
args = fedml.init()
line 66, in init
args = load_arguments(fedml._global_training_type, fedml._global_comm_backend)
line 202, in load_arguments
args = Arguments(cmd_args, training_type, comm_backend)
line 84, in init
self.get_default_yaml_config(cmd_args, training_type, comm_backend)
line 133, in get_default_yaml_config
raise Exception(
There is no documentation telling me what they mean and I don't know how to solve this problem
Beta Was this translation helpful? Give feedback.
All reactions