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

1208update #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

1208update #3

wants to merge 3 commits into from

Conversation

emilyzfliu
Copy link

updated dwc implementation + server, still need to test

Copy link
Contributor

@satra satra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emilyzfliu - this looks like its coming along. some comments on reorganizing a few pieces.

if you look at this figure: https://www.researchgate.net/figure/Sequence-diagram-of-an-asynchronous-client-server-request_fig4_228371987 it's called a sequence diagram. and is useful to draw something like this to figure out what the client needs to do interact with the server.

an example client

while (True):
    if check for new model:
        client: get most recent model
        client: train model
        client: post model to server 
    else:
         if new data available:
            client: train model
            client: post model to server 
         sleep for sometime

dwc_server.py Show resolved Hide resolved
dwc_server.py Show resolved Hide resolved
dwc_server.py Show resolved Hide resolved
dwc_server.py Show resolved Hide resolved
fedavg.py Show resolved Hide resolved
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