-
以及需要补充一些使用情景。
-
路径:source/development/architecture-design.rst
先在这个 Issue 下面讨论内容结构,预期效果等。
-
**Describe the bug**
I'm using sphinx to build the document for the project [MegEngine](https://github.com/MegEngine/MegEngine/tree/master/imperative/python/megengine).
In [Docs](https://github.…
-
### Document
https://github.com/MegEngine/Documentation/blob/main/source/getting-started/beginner/from-linear-regression-to-linear-classification.ipynb
### Environment:
- ubuntu20
- pyth…
-
See https://github.com/numpy/numpy/pull/18756. Build times went from around 10 minutes to 30+ on CircleCI.
### Things to try
- [ ] Only ask for the `toctree` one time per page, and split it into…
-
## 环境
1.系统环境:WIn10
2.MegEngine版本:1.3.1
3.python版本:3.7.9
## 复现步骤
1.创建一个随机Tensor
2.使用Argmax
## 请提供关键的代码片段便于追查问题
```python
import megengine as mge
import megengine.functional as F
import…
-
## 环境
1.系统环境:Ubuntu 18.04
2.MegEngine版本:1.3.1
3.python版本:3.7.9
## 请提供关键的代码片段便于追查问题
```python
import megengine as MGE
from megengine.utils.profiler import Profiler
import numpy as np
…
-
比如我们暴露给用户这样一个 Class:
```
megengine.module.Module
```
它的实际实现在:
```
megengine.module.module.Module
```
一些继承 Module 的 Class 如 Sequential 在显示基类时会显示成后者,而不是我们希望暴露给用户的形式。
这个问题目前不打算从下游进行解决,…
-
official module api for deformable conv V1 & V2
## 背景
Deformable convolution is an important variant of convolution, which is widely used in object detection, segmentation,video related and othe…
-
## 背景
我有一个 Python 应用,需要运行 MegEngine 模型
## 想象中的使用方式
### 训练与发布侧
- 假设有一个 `M.Module` 对象是 `network`,已经加载训练好的参数
- `jit.trace` 出来 network 的推理函数 `eval_func`
- `eval_func.dump('model.mge')`
### 应用…