Skip to content
#

megengine

Here are 42 public repositories matching this topic...

joeshow79
joeshow79 commented Sep 16, 2021

detail | 详细描述

Hi there,
Try to build the docker as refer to the guid, but always failed with the same messages as below, any clue to fix it? Thanks!

Step 7/7 : RUN PATH=$HOME/.cargo/bin:${PATH} && cargo build && cd flow-python && python3 setup.py install --user && cd examples && cargo run --example run_with_plugins -- -p logical_test
---> Running in 9e5d7d0b6e8c

good first issue
MegChai
MegChai commented Feb 23, 2021

目前预计结构,还待完善:

  • 天元 MegEngine 快速上手 (快速展示 API)

深度学习零基础 LEARNING-BY-DOING

这一部分面向绝对零基础的 Python 用户,不打算分模块,而是 i + 1 任务式讲解。

  • 天元 MegEngine 基础概念:张亮/算子/计算图/求导器/优化器/损失函数
  • 一个稍微复杂些的线性回归模型:数据集基本概念/Dataloader/Sampler/梯度下降
  • 从线性回归到线性分类:不同的机器学习任务类型/理解图像数据
  • 从感知机到深度神经网络:funtional 和 module/模型保存和加载
  • 神经网络训练技巧:...
  • 炼丹并不是深度学习的全部:普及推理部署相关的概念,实际教程放在“用户指南”

这一部分的

good first issue help wanted question tutorial

Improve this page

Add a description, image, and links to the megengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the megengine topic, visit your repo's landing page and select "manage topics."

Learn more