This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
refine pipeline doc
master
huangjun.hj
3 years ago
parent
f8eb699f7f
commit
cdacbfb476
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
docs/source/tutorials/pipeline.md
+ 0
- 7
docs/source/tutorials/pipeline.md
View File
@@ -17,13 +17,6 @@
## Pipeline基本用法
1. pipeline函数支持指定特定任务名称,加载任务默认模型,创建对应Pipeline对象
注: 当前还未与modelhub进行打通,需要手动下载模型,创建pipeline时需要指定本地模型路径,未来会支持指定模型名称从远端仓库
拉取模型并初始化。
下载模型文件
```shell
wget http://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/data/test/maas/image_matting/matting_person.pb
```
执行如下python代码
```python
>>> from maas_lib.pipelines import pipeline
Write
Preview
Loading…
Cancel
Save