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_en.md 6.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # SIGs - Special Interest Groups
  2. The full name of SIG is "special interest group". We set up various technical sigs in MindSpore community to
  3. provide an open communication platform for experts, professors and students in this field.
  4. We hope that it can promote technical communication and win-win cooperation, and improve the influence and technical
  5. ability of SIG members through meeting sharing, project development and other activities.
  6. Especially for college students, after joining SIGs, they can participate in MindSpore's development activities
  7. under the guidance of experts, in which they can master the advanced technology in the industry and prepare for future
  8. work. They can also communicate face-to-face with industry experts and professors and meet their own Bole. Up to now,
  9. more than ten sigs have been set up in MindSpore community, including not only the front-end and back-end technologies
  10. of MindSpore framework itself, but also the research of upper algorithms such as AI security and scientific computing.
  11. We also welcome friends with ideas to create their own sigs!
  12. ## Current SIGs
  13. | SIG name | Responsibilities | SIG Leads |
  14. |:-------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------| :-------- |
  15. | [DevelopereXperience](dx/README.md) | This SIG is responsible for improving the experience of those who upstream contribute or develop applications for MindSpore community. | [@jiancao81](https://gitee.com/jiancao81)(cao-jian@cs.sjtu.edu.cn) |
  16. | [Trusted AI](security/README.md) | This SIG is responsible for the development of MindSpore security related tools. | [@randywangze](https://gitee.com/randywangze) |
  17. | [Usability](usability/README.md) | This SIG is responsible for improving the usability of MindSpore for developers. | [@zhangtong](https://gitee.com/tong-zhang) |
  18. | [FrontEnd](frontend/README.md) | This SIG is responsible for the development of MindSpore front-end expression. | [@wangnan](https://gitee.com/wangnan39) |
  19. | [Compiler](compiler/README.md) | This SIG is responsible for the development of MindSpore high level graph compilation. | [@zh_qh](https://gitee.com/zh_qh) |
  20. | [Executor](executor/README.md) | This SIG is responsible for the development of MindSpore back-end support for pipeline. | [@kisnwang](https://gitee.com/kisnwang) |
  21. | [ModelZoo](modelzoo/README.md) | This SIG is responsible for the development of MindSpore modelzoo and additional ops. | [@chenhaozhe](https://gitee.com/c_34) |
  22. | [Data](data/README.md) | This SIG is responsible for the development of MindSpore data processing and data format transformation. | [@liucunwei](https://gitee.com/liucunwei) |
  23. | [Visualization](visualization/README.md) | This SIG is responsible for the development of Visualized debugging and optimization. | [@liangyongxiong](https://gitee.com/liangyongxiong1024) |
  24. | [MSLITE](mslite/README.md) | This SIG is responsible for the development of MindSpore lite. | [@zhaizhiqiang](https://gitee.com/zhaizhiqiang) |
  25. | [Parallel](parallel/README.md) | This SIG is responsible for the development of MindSpore's functionality of automatically finding the efficient parallel strategy for DNN training and inference. | [@baiyouhui](https://gitee.com/bert0108) |
  26. | [DataCompliance](datacompliance/README.md) | This SIG aims to reduce the risk of license compliance and help developers to use and share datasets legally. | [@gopikrishnanrajbahadur](https://gitee.com/gopikrishnanrajbahadur) [@clement_li](https://gitee.com/clement_li) |
  27. | [MindQuantum](mindquantum/README.md) | This SIG is responsible for the development of MindSpore quantum software and algorithms. | [@dorothy20212021](https://gitee.com/dorothy20212021) |
  28. ## Resources
  29. You can view the screen recordings of the SIG regular meeting on the official bilibili account of MindSpore.
  30. [links](https://space.bilibili.com/526894060/channel/seriesdetail?sid=675044)
  31. ## Joining a SIG
  32. If you are interested in participating, here are 2 ways to join the above SIGs:
  33. 1, Add MindSpore assistant wechat "mindspore0328", and the assistant will invite you to SIG's WeChat group.
  34. 2, Pay attention to MindSpore's WeChat public account "MindSpore", we will release the SIG regular meeting information on the public account, and the organizer will publish the WeChat group QR code in the meeting.
  35. ## Proposing a new SIG
  36. New SIGs are created when there is sufficient interest in a topic area
  37. and someone volunteers to be the lead for the group and submits a proposal to
  38. the steering committee. The chair facilitates the discussion and helps
  39. synthesize proposals and decisions.
  40. [Propose now!](https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/How%20to%20build%20a%20SIG%20or%20WG_cn.md)
  41. ## Create a yaml file for description your SIG
  42. To display the SIG you created on MindSpore's official website, you need to use create_sig_info_template.py to create a yaml file to describe SIG related information. The format of the yaml file can be referred [here](https://gitee.com/openeuler/community/blob/master/sig/README.md).