Commit Graph

195 Commits

Author SHA1 Message Date
Kaiyan XIAO
0fc14eb8fe Adds code examples for ROS2 core concepts and minor updates in ros.md. (#355)
Co-authored-by: Jack <sjkai1@126.com>
2022-06-02 17:43:55 +08:00
Jiarong Han
fdef49771e Update requirements.txt (#361) 2022-06-02 11:40:11 +08:00
Jiarong Han
291e7ffd54 update ch03 (#359)
* fix ch03 table

* fix ch03 table

* update ch03-table-test
2022-06-01 11:38:30 +08:00
Jack
8373fb698b rl_sys fix bug (#356)
* rl_sys

* Update summary.md

* Update rl_sys_intro.md

* Update rl_sys_intro.md

Co-authored-by: Jiankai-Sun <jkaisun1@gmail.com>
Co-authored-by: Cheng Lai <laicheng_VIP@163.com>
2022-05-31 10:54:25 +08:00
Hello_World
71b0ff6ad0 feat(accelerator/practise): add chapter practise (#344) 2022-05-28 16:57:23 +08:00
chengtianwu
e8a261970e move fl reference (#353)
* fix fl format

* add fl context

* fix fl content

* add svg and revise some parts of fl

* move fl reference
2022-05-26 10:34:37 +08:00
Liang ZhiBo
b2367404e0 Change frontend reference (#351)
Co-authored-by: liangzhibo <liangzhibo@huawei.com>
2022-05-25 16:55:15 +08:00
Peiyuan Liao
3788ff67ad [内容补充与拓展]集合通信 (#334)
* add initial content on collective communication

* Update mlsys.bib

* update megatron-lm/dall-e citations

* [collective] basic definition

* Update collective.md

* [collective] Broadcast

* [collective] reduce

* [collective] Reduce, Allreduce, Gather, All Gather, Scatter, ReduceScatter

* [collective] reorganize op section

* Update collective.md

* [collective] format

* [collective] calculating bandwidth

* [collective] ZeRO

* [collective] ZeRO and DALL-E

* Update collective.md

* [collective] remove topology section

* [collective] ZeRO and DALL-E

* [collective] abstraction

* Update collective.md

* [collective] abstractions & allreduce to extension

* [collective] bandwidth calculation

* [collective] move comm interface to summary

* [collective] typo

* [collective] typo

* Update mlsys.bib

* Update references (#335)

* update ch03 (#338)

* update (#339)

Co-authored-by: Jiankai-Sun <jkaisun1@gmail.com>

* Fix ch10 figures (#341)

* fix #264

* Fix figures

* Add extended readings (fix #282)

* Remove extra spaces

* Fix typo

* fix #183

* update fonts in figures

* fix #184 #263

* fix #184 #263

* fix a bug

* fix a bug

* fix 183

* fix a bug

* fix a text

* Merge

* add overview figure fix #263

* fix #263

* fix the overview figure

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>

* Recsys fix (#340)

* fix text (#325)

* fix reference

* update images of explainable ai (#267) (#328)

* update explainable ai

* update explainable ai

* fix citation errors (#60)

* fix reference error

* update explainable ai

* update explainable ai

* fix citation errors (#60)

* fix reference error

* fetch upstream

* update explainable ai

* fix citation errors (#60)

* fix reference error

* update explainable ai

* remove redundant content

* update img of explainable AI(#267)

* fix bug in mlsys.bib

* fix bug2 in mlsys.bib

* rewrite mlsys.bib

Co-authored-by: lhy <hlicn@connect.ust.hk>
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>

* 删除6.2.1小节标题中无效的图片路径 (#337)

6.2.1小节标题中的图片引用在下文出现了,删除该小节标题中无效的图片路径

Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
Co-authored-by: Cheng Lai <laicheng_VIP@163.com>

* add extension (#331)

Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>

* add explainable extension (#343)

Co-authored-by: lixiaohui <lixiaohui33@huawei.com>
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>

* Update RL chapter (#349)

* fix chap12 render

* add distributed rl chapter

* fix bug

* fix issue #212

* fix typo

* update imgs

* fix chinese

* fix svg img

* update contents in rl chapter

* update marl sys

* fix a fig

* fix ref

* fix error

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>

* [collevtive] add references

* [collective] fix references & add equations

* [collective] fix reference and inline comments

* [collective] fix code

* Update collective.md

Co-authored-by: Cheng Lai <laicheng_VIP@163.com>
Co-authored-by: Jiarong Han <73918561+hanjr92@users.noreply.github.com>
Co-authored-by: Jack <sjkai1@126.com>
Co-authored-by: Jiankai-Sun <jkaisun1@gmail.com>
Co-authored-by: Yao Fu <fy38607203@163.com>
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
Co-authored-by: HaoyangLI <417493727@qq.com>
Co-authored-by: lhy <hlicn@connect.ust.hk>
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
Co-authored-by: theseed <feiyuxin1000@sina.com>
Co-authored-by: huygens12 <59854698+huygens12@users.noreply.github.com>
Co-authored-by: lixiaohui <lixiaohui33@huawei.com>
Co-authored-by: Zihan Ding <1402434478@qq.com>
2022-05-23 13:34:50 -04:00
Zihan Ding
719de7d582 Update RL chapter (#349)
* fix chap12 render

* add distributed rl chapter

* fix bug

* fix issue #212

* fix typo

* update imgs

* fix chinese

* fix svg img

* update contents in rl chapter

* update marl sys

* fix a fig

* fix ref

* fix error

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-05-23 21:04:08 +08:00
huygens12
7da0f4a781 add explainable extension (#343)
Co-authored-by: lixiaohui <lixiaohui33@huawei.com>
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
2022-05-23 11:37:17 +08:00
Dalong
2c5996eecd add extension (#331)
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
2022-05-23 11:22:44 +08:00
theseed
7b248893f6 删除6.2.1小节标题中无效的图片路径 (#337)
6.2.1小节标题中的图片引用在下文出现了,删除该小节标题中无效的图片路径

Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
Co-authored-by: Cheng Lai <laicheng_VIP@163.com>
2022-05-19 10:46:29 +08:00
HaoyangLI
1207118fb2 update images of explainable ai (#267) (#328)
* update explainable ai

* update explainable ai

* fix citation errors (#60)

* fix reference error

* update explainable ai

* update explainable ai

* fix citation errors (#60)

* fix reference error

* fetch upstream

* update explainable ai

* fix citation errors (#60)

* fix reference error

* update explainable ai

* remove redundant content

* update img of explainable AI(#267)

* fix bug in mlsys.bib

* fix bug2 in mlsys.bib

* rewrite mlsys.bib

Co-authored-by: lhy <hlicn@connect.ust.hk>
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
Co-authored-by: Luo Mai <luo.mai.cs@gmail.com>
2022-05-18 16:14:26 +08:00
Yao Fu
ad79db1795 Recsys fix (#340)
* fix text (#325)

* fix reference
2022-05-16 10:08:47 +01:00
Yao Fu
694c29f6f3 Fix ch10 figures (#341)
* fix #264

* Fix figures

* Add extended readings (fix #282)

* Remove extra spaces

* Fix typo

* fix #183

* update fonts in figures

* fix #184 #263

* fix #184 #263

* fix a bug

* fix a bug

* fix 183

* fix a bug

* fix a text

* Merge

* add overview figure fix #263

* fix #263

* fix the overview figure

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-05-16 10:03:27 +01:00
Jack
47ce7da1c2 update (#339)
Co-authored-by: Jiankai-Sun <jkaisun1@gmail.com>
2022-05-16 15:06:04 +08:00
Jiarong Han
444a4adeb7 update ch03 (#338) 2022-05-11 22:11:02 +08:00
Cheng Lai
0e75ed2506 Update references (#335) 2022-05-09 16:56:21 +08:00
Luo Mai
4414831c72 Preface (#332)
* Preface

* Update

* Update editors.md

* Delete Pic_Templates_and_Samples.pptx

* Update index.md

* Update index.md

* Update index.md
2022-05-06 17:36:32 +08:00
Zihan Ding
78ce50db9a update 2 images (#319)
* fix chap12 render

* add distributed rl chapter

* fix bug

* fix issue #212

* fix typo

* update imgs

* fix chinese

* fix svg img

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-05-02 09:54:06 -04:00
Yao Fu
5ed8999b71 fix text (#325) (#327) 2022-04-29 09:28:20 +01:00
Jack
7ee11fe28e numref (#308)
* numref

* cite error

* editor

Co-authored-by: Jiankai-Sun <jkaisun1@gmail.com>
2022-04-28 18:30:36 +01:00
Yao Fu
b2fa0b156d Fix chapter_distributed_training figures (#321)
* fix #264

* Fix figures

* Add extended readings (fix #282)

* Remove extra spaces

* Fix typo

* fix #183

* update fonts in figures

* fix #184 #263

* fix #184 #263

* fix a bug

* fix a bug

* fix 183

* fix a bug

* fix a text

* Merge

* add overview figure fix #263

* fix #263

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-28 16:38:49 +01:00
想飞就飞
e96af64b99 修改'第8章-数据处理框架'最后一小节的标题为'总结',和其他章一致 (#324)
修改'第8章-数据处理框架'最后一小节的标题为'总结',和其他章一致

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-28 12:36:46 +08:00
Luo Mai
de381df160 Fix issues and figures in Introduction. (#322)
* WIP

* pass of mlsys position.

* Fix Ch01

* Checkpoint

* update figure 2.

* update
2022-04-28 09:32:46 +08:00
chengjiahui0
6b848587a7 fix deploy chapter picture format (#317) 2022-04-27 15:01:46 +08:00
chengtianwu
55b40f1683 add svg and revise some parts of fl (#311)
* fix fl format

* add fl context

* fix fl content

* add svg and revise some parts of fl
2022-04-26 22:56:48 +08:00
Rudy_Tan
20da8ceab8 修改图片模板中的字体 (#318)
* Create Pic-Instruction

* Delete Pic-Instruction

* Create Requirements and Instructions

* Update Requirements and Instructions

* Rename Requirements and Instructions to Requirements and Instructions.md

* Update Requirements and Instructions.md

* Update Requirements and Instructions.md

* Add files via upload

* Update summary.md

* Update Requirements and Instructions.md

* Modified font in pic template

Modified font in pic template, under the  Pic -> Instruction

* Added font descriptions in figures and text

Added font descriptions in figures and text, modified the PPT template, under the info->Pic_Instruction path.

* Update summary.md

* Update summary.md

* Add files via upload

* Add files via upload

modified fonts

* Delete Pic_Templates_and_Samples-2.pptx

重复上传,文件名错误导致

* Add files via upload

修改末班中字体

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-26 18:14:31 +08:00
Jiarong Han
3c2edb79ab fix ch03 (#316) 2022-04-26 17:50:37 +08:00
Yao Fu
6e9b60a47e Yao fix recsys figures (#314)
* fix #264

* Fix figures

* Add extended readings (fix #282)

* update fonts in figures

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-26 09:52:28 +01:00
Corleone
094499f382 optimize image for ch06 (#283) 2022-04-26 15:28:31 +08:00
zjuchujinjin
8e438157ee add extended reading (#310)
Co-authored-by: chujinjin <chujinjin52@huawei.com>
2022-04-25 21:23:26 +08:00
Rudy_Tan
a6ed0101f7 Added font descriptions in figures and text (#286)
* Create Pic-Instruction

* Delete Pic-Instruction

* Create Requirements and Instructions

* Update Requirements and Instructions

* Rename Requirements and Instructions to Requirements and Instructions.md

* Update Requirements and Instructions.md

* Update Requirements and Instructions.md

* Add files via upload

* Update summary.md

* Update Requirements and Instructions.md

* Modified font in pic template

Modified font in pic template, under the  Pic -> Instruction

* Added font descriptions in figures and text

Added font descriptions in figures and text, modified the PPT template, under the info->Pic_Instruction path.

* Update summary.md

* Update summary.md

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-25 20:28:28 +08:00
Dalong
7b02e5f4ff add contribution analysis script (#302) 2022-04-25 10:06:05 +08:00
AssassinG
8e32559919 fix picture in chapter_model_deployment/model_compression.md (#287)
Co-authored-by: hangangqiang <hangangqiang2@huawei.com>
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-24 16:51:55 +08:00
想飞就飞
f5c83b988f Add ':' and ',' to keep human-readable (#293)
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-24 13:31:55 +08:00
Jack
6c4f9c1aa2 update (#300)
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-24 10:37:34 +08:00
Jiarong Han
bc124c9bbc update ch03-2 (#301) 2022-04-24 10:27:31 +08:00
Yao Fu
053a7cf578 Add extended readings and fix font (#288)
* fix #264

* Fix figures

* Add extended readings (fix #282)

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-22 15:43:43 +08:00
Jiarong Han
d1c7c43bea update ch03-img (#284) 2022-04-21 09:14:23 +08:00
Rudy_Tan
23d8c30908 修改“编译器后端和运行时”章节-summary中格式 (#278)
* Create Pic-Instruction

* Delete Pic-Instruction

* Create Requirements and Instructions

* Update Requirements and Instructions

* Rename Requirements and Instructions to Requirements and Instructions.md

* Update Requirements and Instructions.md

* Update Requirements and Instructions.md

* Add files via upload

* Update summary.md

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-20 12:53:48 +08:00
Hanchen
4d7d70d510 #230 修改第一部分 (#280)
* #230

* update bib

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-20 11:22:13 +08:00
zjuchujinjin
1f03a12b48 optimize image for ch05 (#281)
Co-authored-by: chujinjin <chujinjin52@huawei.com>
2022-04-20 06:56:11 +08:00
Jack
433015d944 robo_sys (#253)
* ch13

* ch13

* ch13

* ch13

* fix

* fix

* update

* update

* update

* update

* update

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
Co-authored-by: Jiankai-Sun <jkaisun1@gmail.com>
2022-04-17 23:06:48 +01:00
Yao Fu
f3ae4943c3 fix #264 (#269)
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-14 10:15:36 +01:00
Corleone
3dd2f69d38 Add extend reading for ch06 (#275)
Co-authored-by: Corleone <liuchao195@huawei.com>
Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
2022-04-14 11:45:40 +08:00
AssassinG
80c0bc794b fix eqlabel issue & add extend-read (#276)
Co-authored-by: hangangqiang <hangangqiang2@huawei.com>
2022-04-14 11:36:50 +08:00
Liang ZhiBo
c7afd3d09b Fix picture in frontend and ir (#273)
Co-authored-by: liangzhibo <liangzhibo@huawei.com>
2022-04-12 19:38:37 +08:00
Cheng Lai
2e97cd7cf6 Update fig (#272) 2022-04-12 11:57:10 +08:00
Jiarong Han
9c6f64b116 update logo (#271) 2022-04-12 09:49:21 +08:00