Skip to content

the visualization of breast density challenge tutorial using tensorboard #854

Answered by holgerroth
GhanemBahrini01 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your question. val_local_model_acc and val_acc_local_model_acc are computed at different phases of training. Metrics with val_local_model_* are computed after the local training loop and metrics with val_acc_local_model_* are also computed during the local training at certain intervals (controlled by val_freq).
If aggregation_epochs = 1, then both plots will be the same.

Note, val_global_model_kappa is calculated separately with each site's data at the start of each round, which is why you see 3 separate traces. If you look at the leaderboard, you will see that statistics are tracked both separately for each site (i.e. Lin. Kappa 1-3) and averaged across all sites (i.e. Lin.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by holgerroth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants