-
Notifications
You must be signed in to change notification settings - Fork 46
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
OSPP: Development of Federated Incremental Learning for Label Scarcity: Base on KubeEdge-Ianvs #143
Conversation
5a1a796
to
1b9b881
Compare
32f7aff
to
8eaab3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are three CI issues that remain to be resolved, mainly for Pylint, see https://github.com/kubeedge/ianvs/actions/runs/11137579503?pr=143
This comment was marked as resolved.
This comment was marked as resolved.
examples/cifar100/fci_ssl/fed_ci_match/algorithm/agumentation.py
Outdated
Show resolved
Hide resolved
examples/cifar100/fci_ssl/fed_ci_match/algorithm/agumentation.py
Outdated
Show resolved
Hide resolved
core/testcasecontroller/algorithm/paradigm/federated_learning/federated_learning.py
Outdated
Show resolved
Hide resolved
examples/cifar100/federated_class_incremental_learning/fedavg/algorithm/basemodel.py
Outdated
Show resolved
Hide resolved
examples/cifar100/federated_class_incremental_learning/fedavg/algorithm/network.py
Outdated
Show resolved
Hide resolved
examples/cifar100/federated_class_incremental_learning/fedavg/algorithm/resnet.py
Outdated
Show resolved
Hide resolved
@chenhaorui0768: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
@hsj576 might also want to have a look at this project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The EGG-INFO file should not be uploaded to the github repository.
Sorry about that, i remove it right now |
/lgtm |
@chenhaorui0768: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request contains 8 commits, which might make maintenance difficult, considering the number of contributors, pull requests, and their commits in KubeEdge Ianvs recently. In the final stage, @Yoda-wu can squash the commits into one using rebase techniques.
thank you for the advice! i will squash the commits if this pr have nothing to change. Looking forward to more reviews from @MooreZheng @chenhaorui0768 @hsj576. Due to the deadline of OSPP, please feel free to comment so i can fix it asap~ |
cf18fb8
to
b9199de
Compare
Signed-off-by: Marchons <[email protected]> Signed-off-by: Marchons <[email protected]>
/lgtm |
/lgtm |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All concerns are fixed. Well done @Yoda-wu
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MooreZheng The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR add two main feature:
Besides this PR also add the example of these two paradigm.
Which issue(s) this PR fixes:
related issue: #97
Fixes #