Skip to content
Snippets Groups Projects
Commit 042a75eb authored by Sven Michael Lechner's avatar Sven Michael Lechner
Browse files

chore(parallel): log adaptive threshold value per round

parent 371c805e
No related branches found
No related tags found
2 merge requests!18Merge in main,!11chore: experiment files for adaptive threshold mechanism
name: log_decay_at
_target_: edml.controllers.adaptive_threshold_mechanism.dynamic.LogarithmicDecayAdaptiveThresholdFn
starting_value: ???
approach_value: ???
decay_rate: 1.0
name: log_decay_at
starting_value: 4
approach_value: 1
decay_rate: 0.05
......@@ -49,6 +49,7 @@ class ParallelSplitController(BaseController):
# Start parallel training of all client devices.
adaptive_threshold = self._adaptive_threshold_fn.invoke(i)
self.logger.log({"adaptive-threshold": adaptive_threshold})
training_response = self.request_dispatcher.train_parallel_on_server(
server_device_id=server_device_id,
epochs=1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment