IBM / federated-learning-lib

A library for federated learning (a distributed machine learning process) in an enterprise environment.
Other
493 stars 134 forks source link

Automator party number bugfix #128

Open trevorm4x opened 1 year ago

trevorm4x commented 1 year ago

Fixes a bug in ibmfl_cli_automator.run where party numbers are assumed to be one character, causing crashes for experiments with more than ten parties. Fix simply replaces the last character in the proc_label string with all the characters after party, which should allow for over 100 parties as well. This was tested with up to 20 parties.

Signed-off-by: Trevor Smith trevormax.smith@gmail.com

trevorm4x commented 1 year ago

I deleted my fork and redid the PR so that I could include the signoff in my one commit message, but it's still failing the check.