MindSpore Data Special Interest Group (SIG)
This is the working repo for the Data special interest group (SIG). This repo contains all the artifacts, materials, meeting notes and proposals regarding dataset - data processing and mindrecord - data format in MindSpore. Feedbacks and contributions are welcome.
- Data Processing: You can understand it as a Dataset, which is mainly responsible for reading the user's data into a Dataset, then performing related data enhancement operations (such as: resize, onehot, rotate, shuffle, batch ...), and finally provide the Dataset to the training process.
- Data Format: It can conveniently normalize the user's training data to a unified format (MindRecord). The specific operation steps are as follows: The user can easily convert the training data into MindRecord data by defining the training data schema and calling the Python API interface. The format is then read into a Dataset through MindDataset and provided to the training process.
SIG Leads
Logistics
Discussion
Representative videos
Main issue To be solved
Here we call for developer joining us to develop a better Dataset processing system, following is mainly issue in each season.
Comment in issue please if you have any quetions and for better communication.
Also you can find all the issue in gitee by filter with label comp/data
Meeting notes
- Thursday April 2, 2020
- Friday May 15, 2020
- Wednesday June 03, 2020
- Friday July 03, 2020
- Wednesday August 05, 2020
- Thursday August 06, 2020
- Thursday September 03, 2020
- Friday October 16, 2020
- Wednesday November 04, 2020
- Monday November 23, 2020
- Wednesday April 14, 2021