forked from beimingwu/beimingwu
fix(docs): comment the video for english quick-start
This commit is contained in:
parent
f3d150a3c0
commit
4770620622
|
|
@ -45,6 +45,8 @@ learnware = client.load_learnware(
|
|||
pred_y = learnware.predict(test_x)
|
||||
```
|
||||
|
||||
<!--
|
||||
|
||||
## Demo Videos
|
||||
|
||||
The following videos provide a more comprehensive demonstration of how to use the Beiming Wu system to solve a machine learning task:
|
||||
|
|
@ -57,4 +59,6 @@ If you're interested in sharing your model with the Beiming Wu system, you can q
|
|||
|
||||
<div style="padding: 56.25% 0 0 0; position: relative"><div style="height:100%;left:0;position:absolute;top:0;width:100%"><iframe height="100%" width="100%;" src="https://embed.wave.video/JcMSmDcgTJep5zPo" frameborder="0" allow="autoplay; fullscreen" scrolling="no"></iframe></div></div>
|
||||
|
||||
For more details, please refer to the "[Learnware Preparation](https://docs.beiming.cloud/en/user-guide/learnware-upload/prepare.html)," "[Uploading via Web Interface](https://docs.beiming.cloud/en/user-guide/learnware-upload/upload-web.html)," and "[Uploading via Client Interface](https://docs.beiming.cloud/en/user-guide/learnware-upload/upload-client.html)" sections.
|
||||
For more details, please refer to the "[Learnware Preparation](https://docs.beiming.cloud/en/user-guide/learnware-upload/prepare.html)," "[Uploading via Web Interface](https://docs.beiming.cloud/en/user-guide/learnware-upload/upload-web.html)," and "[Uploading via Client Interface](https://docs.beiming.cloud/en/user-guide/learnware-upload/upload-client.html)" sections.
|
||||
|
||||
-->
|
||||
Loading…
Reference in New Issue