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.

roadmap.md 869 B

123456789101112131415161718192021
  1. # Roadmap
  2. This document defines a high level roadmap for sedna development.
  3. The [milestones defined in GitHub](https://github.com/kubeedge/sedna/milestones) represent the most up-to-date plans.
  4. ## 2021 Q1 Roadmap
  5. - Support edge model and dataset management.
  6. - Support incremental learning, with time trigger, sample size trigger, and precision-based trigger, and integrating hard sample discovering algorithm.
  7. - Support collaborative training, integrating some common weight/gradient compression algorithm.
  8. ## Future
  9. - Integrate some common multi-task migration algorithms to resolve the problem of low precision caused by small size samples.
  10. - Integrate KubeFlow and ONNX into Sedna, to enable interoperability of edge models with diverse formats.
  11. - Integrate typical AI frameworks into Sedna, include Tensorflow, Pytorch, PaddlePaddle and Mindspore etc.