From 32b4c57e42078789d700614b52c3bf0a3e62eec0 Mon Sep 17 00:00:00 2001 From: "wangnan39@huawei.com" Date: Sun, 25 Apr 2021 20:12:46 +0800 Subject: [PATCH] frontend sig --- sigs/frontend/README.md | 10 ++++++---- sigs/frontend/meetings/004-20210426.md | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 sigs/frontend/meetings/004-20210426.md diff --git a/sigs/frontend/README.md b/sigs/frontend/README.md index b639a9f..85ceabf 100644 --- a/sigs/frontend/README.md +++ b/sigs/frontend/README.md @@ -1,28 +1,30 @@ # MindSpore FrontEnd Special Interest Group (SIG) This is the working repo for the FrontEnd Special Interest Group (SIG). This repo contains all the artifacts, materials, meeting notes and proposals regarding **basic elements** , **operators and layers**, **training interfaces**, **distributed training**, and any other frontend programs in MindSpore. Feedbacks and contributions are welcomed. + 1. **Basic Elements**: Basic data structure definitions, including Parameter, Tensor, Cell and so on. 2. **Operators and Layers**: Provide operators and functions, neural network layers, loss functions and optimizers. 3. **Training Interfaces**: Interfaces for model training, evaluating and predicting, including high-level wrapped APIs, checkpoint related APIs, callbacks and so on. 4. **Distributed Training**: Interfaces for data parallel, model parallel or auto parallel. Common communication operators are also included. -# SIG Leads +## SIG Leads * Jin Xiaoxian (Huawei) -# Logistics +## Logistics * SIG leads will drive the meeting. * Meeting announcement will be posted on our gitee channel: https://gitee.com/mindspore/community/tree/master/sigs/frontend * Feedbacks and topic requests are welcomed by all. -# Discussion +## Discussion * Slack channel: https://app.slack.com/client/TUKCY4QDR/C011B2DSC6B?cdn_fallback=2 * Documents and artifacts: https://gitee.com/mindspore/community/tree/master/sigs/frontend -# Meeting notes +## Meeting notes * [Saturday May 16, 2020](./meetings/001-20200516.md) * [Friday June 5, 2020](./meetings/002-20200605.md) * [Friday July 3, 2020](./meetings/003-20200703.md) +* [Monday April 26, 2021](./meetings/004-20210426.md) diff --git a/sigs/frontend/meetings/004-20210426.md b/sigs/frontend/meetings/004-20210426.md new file mode 100644 index 0000000..f94828c --- /dev/null +++ b/sigs/frontend/meetings/004-20210426.md @@ -0,0 +1,19 @@ +# Monday, April 26, 2021 at 19:00 GMT+8 + +## Agenda + +* 1 - Explanation of front-end features + +* 2 - Suggestions and usability issues + +* 3 - Publish new requirements + +## Conference links + +* Meeting link: https://welink-meeting.zoom.us/j/620653212 + +* Meeting record link: It will be uploaded in 26, April + +## Attendees + +* Tests and committers in MindSpore, developers.