You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.6 kB

12345678910111213141516171819202122232425262728
  1. # MindSpore FrontEnd Special Interest Group (SIG)
  2. 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.
  3. 1. **Basic Elements**: Basic data structure definitions, including Parameter, Tensor, Cell and so on.
  4. 2. **Operators and Layers**: Provide operators and functions, neural network layers, loss functions and optimizers.
  5. 3. **Training Interfaces**: Interfaces for model training, evaluating and predicting, including high-level wrapped APIs, checkpoint related APIs, callbacks and so on.
  6. 4. **Distributed Training**: Interfaces for data parallel, model parallel or auto parallel. Common communication operators are also included.
  7. # SIG Leads
  8. * Jin Xiaoxian (Huawei)
  9. # Logistics
  10. * SIG leads will drive the meeting.
  11. * Meeting announcement will be posted on our gitee channel: https://gitee.com/mindspore/community/tree/master/sigs/frontend
  12. * Feedbacks and topic requests are welcomed by all.
  13. # Discussion
  14. * Slack channel: https://app.slack.com/client/TUKCY4QDR/C011B2DSC6B?cdn_fallback=2
  15. * Documents and artifacts: https://gitee.com/mindspore/community/tree/master/sigs/frontend
  16. # Meeting notes
  17. * [Saturday May 16, 2020](./meetings/001-20200516.md)
  18. * [Friday June 5, 2020](./meetings/002-20200605.md)
  19. * [Friday July 3, 2020](./meetings/003-20200703.md)