Skip to content

Commit

Permalink
Update tinyms-support.md
Browse files Browse the repository at this point in the history
fix link

Signed-off-by: Lj1ang <[email protected]>
  • Loading branch information
Lj1ang committed Oct 14, 2022
1 parent 9a9da9d commit 1113080
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/proposals/tinyms-support.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
- [Implement Sedna Python SDK support TinyMS](#mplement Sedna Python SDK support TinyMS)
- [Implement Sedna Python SDK support TinyMS](#Implement-Sedna-Python-SDK-support-TinyMS)
- [Motivation](#Motivation)
- [Goals](#Goals)
- [Proposal](#Proposal)
- [Sedna Architecture analysis](#Sedna Architecture analysis)
- [Sedna Architecture analysis](#Sedna-Architecture-Analysis)
- [Feasibility](#Feasibility)
- [Design Details](#Design Details)
- [set_backend()](#set_backend() )
- [TInyMS API](#TInyMS API)
- [Demo Based on MSBackend](#Based on MSBackend)
- [Demo Based on TinyMSBackend](#Based on MSBackend)
- [Road Map](#Road Map)
- [Design Details](#Design-Details)
- [set_backend()](#set_backend())
- [TinyMS API](#TinyMS-API)
- [Demo Based on MSBackend](#Demo-Based-on-MSBackend)
- [Demo Based on TinyMSBackend](#Demo-Based-on-TinyMSBackend)
- [Road Map](#Road-Map)

# Implement Sedna Python SDK support TinyMS
# Implement Sedna Python SDK support TinyMS

## Motivation

Expand All @@ -26,7 +26,7 @@ This proposal aims to implement Senda Python SDK ‘s support for TinyMS based o

## Proposal

### Sedna Architecture analysis
### Sedna Architecture Analysis

![](./images/tinyms-support-architecture.png)

Expand All @@ -51,7 +51,7 @@ Sedna parses the underlying framework of the model and runs the model using a di

# Design Details

## set_backend()
## set_backend()

Improve function `set_backend()` in `sedna/backend/__init__.py`

Expand All @@ -60,7 +60,7 @@ if backend_type == "TINYMS":
from sedna.backend.tinyms import TinyMSBackend as REGISTER
```

## TInyMS API
## TinyMS API

TinyMS is MindSpore's high-level API, but the TinyMS’s methods are not the same as the MindSpore framework’s , so we can not use the idea of inheritance for encapsulation.

Expand Down Expand Up @@ -141,4 +141,4 @@ class TinyMSBackend(MSBackend):
- Write documentation(09/17-09/30)

- [ ] week7 : write API documentation
- [ ] week8 : write demo documentation and submit PR
- [ ] week8 : write demo documentation and submit PR

0 comments on commit 1113080

Please sign in to comment.