-
Notifications
You must be signed in to change notification settings - Fork 164
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
Tutorial for ATCII Lifelong Learning Job #401
Conversation
Welcome @qxygxt! It looks like this is your first PR to kubeedge/sedna 🎉 |
The current version of tutorial has been review on the routine meeting of SIG AI, which looks good to me. BTW: Sign is needed in commit. |
Toturial based on lifelong learning job in thermal comfort prediction scenario to explain how to run the default example with customized configurations, as well as how to develop and integrate user-defined modules. Signed-off-by: qxygxt <xingyu.q@outlook.com>
Signed-off-by: qxygxt <xingyu.q@outlook.com>
Signed-off-by: qxygxt <xingyu.q@outlook.com>
Signed-off-by: qxygxt <xingyu.q@outlook.com>
Signed-off-by: qxygxt <xingyu.q@outlook.com>
Signed-off-by: qxygxt <xingyu.q@outlook.com>
|
||
Artifacts including multi-task learning models, partitioned sample sets, etc. can be found in `outputDir`, and the inference result is stored in the `Dataset`'s url. | ||
|
||
# 2 Develop and Integrate Customized Modules |
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 tutorial not only shows how to run the default example (with or without customized configurations), but also shows how to develop and integrate user-defined modules. That is indeed impressive.
@qxygxt: Adding label 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 |
Please squash the 7 commits to 1 commits to make the commit history more clean. |
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
In this PR, a tutorial based on lifelong learning job in thermal comfort prediction scenario will explain how to run the default example with customized configurations, as well as how to develop and integrate user-defined modules to users.