Skip to content
New issue

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

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

Already on GitHub? # to your account

support both pre- and post-merging data for the "global" baseline #220

Merged
merged 4 commits into from
Jul 12, 2022

Conversation

yxdyc
Copy link
Collaborator

@yxdyc yxdyc commented Jul 8, 2022

as the title says

@yxdyc yxdyc added the enhancement New feature or request label Jul 8, 2022
@yxdyc yxdyc requested review from rayrayraykk and xieyxclack July 8, 2022 10:06
rayrayraykk
rayrayraykk previously approved these changes Jul 12, 2022
Copy link
Collaborator

@rayrayraykk rayrayraykk left a comment

Choose a reason for hiding this comment

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

LGTM, but should we provide some baseline yaml files?

Copy link
Collaborator

@xieyxclack xieyxclack left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -23,6 +23,7 @@ def extend_data_cfg(cfg):
cfg.data.drop_last = False
cfg.data.sizes = [10, 5]
cfg.data.shuffle = True
cfg.data.server_holds_all = False # whether the server (client[0]) holds all data, useful in global evaluation case
Copy link
Collaborator

Choose a reason for hiding this comment

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

It is confusing to claim server = client[0]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

modified accordingly

@yxdyc
Copy link
Collaborator Author

yxdyc commented Jul 12, 2022

LGTM, but should we provide some baseline yaml files?

added accordingly

@xieyxclack xieyxclack merged commit e68460d into alibaba:master Jul 12, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants