Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed epoch_loss calculation in intro tutorial #1472

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

birnbaum
Copy link
Contributor

What does this implement/fix? Explain your changes.

There seems to be a tiny bug in the tutorial notebook, the train function sums up the loss values for each value in the train dataset but then divides by the number of test samples.

@danieljanes
Copy link
Member

Good catch @birnbaum, thanks for the PR!

@danieljanes danieljanes merged commit a8a688a into adap:main Oct 29, 2022
tanertopal added a commit that referenced this pull request Oct 30, 2022
* main: (21 commits)
  Create Flower tutorial part 3 (#1474)
  Update notebook tutorial (#1470)
  Fixed epoch_loss calculation in intro tutorial (#1472)
  Update notbook tutorials (#1468)
  Update README (#1465)
  Add DP docs to index (#1467)
  Support optional client methods in VCE (#1450)
  Implement Driver create_tasks and get_results (#1451)
  Update FED-0001 wording (#1464)
  Move client-side message handler into a separate package (#1462)
  Documentation for DP-FedAvg wrappers (#1460)
  Ray resources float (#1453)
  Slow down mt-pytorch code example, improve README (#1452)
  Update strategy sequence diagram (#1449)
  Update FedAvg documentation (#1417)
  Fix doc generation warnings (#1448)
  Create experimental mt-pytorch code example (#1446)
  Change case of file which was missed (#1447)
  Implement Driver get_clients (#1445)
  Implement Driver connect/disconnect (#1443)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants