Skip to content

Commit

Permalink
update validate to validate_task in unet_kvasir plan.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Jul 9, 2024
1 parent 11eca90 commit 242c0e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openfl-workspace/torch_unet_kvasir/plan/plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ assigner :
tasks :
defaults : plan/defaults/tasks_torch.yaml
aggregated_model_validation:
function : validate
function : validate_task
kwargs :
apply : global
metrics :
- dice_coef

locally_tuned_model_validation:
function : validate
function : validate_task
kwargs :
apply : local
metrics :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ assigner :
tasks :
defaults : plan/defaults/tasks_torch.yaml
aggregated_model_validation:
function : validate
function : validate_task
kwargs :
apply : global
metrics :
- dice_coef

locally_tuned_model_validation:
function : validate
function : validate_task
kwargs :
apply : local
metrics :
Expand Down

0 comments on commit 242c0e4

Please sign in to comment.