Skip to content

Commit

Permalink
fixed the missing client_name in the workspace object.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen committed Nov 1, 2024
1 parent 1d94eb4 commit b51ef76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvflare/private/fed/app/client/client_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def main(args):

federated_client.use_gpu = False
federated_client.config_folder = config_folder
workspace = Workspace(args.workspace, federated_client.client_name, config_folder)

client_engine = ClientEngine(federated_client, args, rank)

Expand Down

0 comments on commit b51ef76

Please sign in to comment.