Skip to content

Commit

Permalink
correcting training config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-edwards committed Sep 30, 2024
1 parent b59c2dc commit c0b9f51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/fl_post/fl/mlcube/workspace/training_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ tasks :
defaults : plan/defaults/tasks_torch.yaml
aggregated_model_validation:
function : validate
kwargs :
kwargs :
metrics :
apply : global
- val_eval
epochs : 1
apply : global
train:
function : train
kwargs :
Expand All @@ -72,7 +71,6 @@ tasks :
metrics :
- val_eval
apply : local
epochs : 1

compression_pipeline :
defaults : plan/defaults/compression_pipeline.yaml
Expand Down

0 comments on commit c0b9f51

Please sign in to comment.