Giter VIP home page Giter VIP logo

mlc-zh's People

Contributors

bbuf avatar fiercex avatar halleywj avatar hzfengsy avatar l0phtg avatar l1nkr avatar masterjh5574 avatar mlbo avatar neet-nestor avatar pengzhendong avatar siguremo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mlc-zh's Issues

Build成功,正文中中文无法显示

build成功了,但是正文中的中文都是问号,甚至目录都是中文的,只有正文有问题。
pdf:
image
build过程:
image
字体都安装了:
image

环境:

  • WSL2, Ubuntu20.02
  • d2lbook version 0.2.1

PS: 因为conda 环境中mlc-ai-nightly找不到(需要额外设定source?),不通过,所以把验证关掉了,eval_notebook = False
image

Possible error fix on chapter 6

The following code could not compile in TVM 0.11.dev,

from tvm import meta_schedule as ms

sch_tuned = ms.tune_tir(
    mod=MyModuleMatmul,
    target="nvidia/tesla-p100",
    config=ms.TuneConfig(
      max_trials_global=64,
      num_trials_per_iter=64,
    ),
    work_dir="./tune_tmp",
    task_name="main"
)
sch_tuned.mod.show()

It should be changed to

from tvm import meta_schedule as ms
from tvm.target import Target

sch_tuned = ms.tune_tir(
    mod=MyModuleMatmul,
    target=Target("nvidia/tesla-p100"),
    max_trials_global=64,
    num_trials_per_iter=64,
    work_dir="./tune_tmp",
    task_name="main"
)
sch_tuned.mod.show()

中文版语句错误

https://mlc.ai/zh/chapter_end_to_end/index.html#tvmscript-irmodule:~:text=%E6%AF%8F%E4%B8%AA%E6%93%8D%E4%BD%9C%E5%8F%AF%E4%BB%A5%E4%BB%BB%E6%84%8F%E9%87%8D%E6%96%B0%E6%8E%92%E5%BA%8F%EF%BC%8C%E7%9B%B4%E5%88%B0%E8%BE%B9%E7%BC%98%E7%9A%84%E6%8B%93%E6%89%91%E9%A1%BA%E5%BA%8F%E3%80%82

这里的英文:
Each operation can be reordered arbitrarily up to the topological order of the edges.

中文:
每个操作可以任意重新排序,直到边缘的拓扑顺序。

正确的翻:
每个操作可以任意重新排序,只要遵循所有边的拓扑序?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.