-
I would like to point out that an identifier like “[`_HostSharedND`](https://github.com/MegEngine/MegEngine/blob/b938b1cf3cd50cf46a746d416824bd0d3e70060a/python_module/src/cpp/megbrain_wrap.h#L134 "Up…
-
https://www.zhihu.com/question/394721591/answer/1276582807
-
I think it would be extremely useful to have a 2D convolution or cross-correlation example.
Those have a lot of applications, in particular:
- Deep Learning
- Image and video processing (bl…
-
## 环境
1.系统环境:
2.MegEngine版本:1.0.0
3.python版本:3.6.5
## 复现步骤
1.
2.
3.
## 请提供关键的代码片段便于追查问题
@trace(symbolic=False)
def train_generator_batch(label):
a=F.expand_dims(label, axis=-…
-
## 文档链接
https://megengine.org.cn/doc/basic/basic_concepts.html
## 问题描述
```python3
gm1 = GradManager().attach([w,b])
gm1.record()
p = F.matmul(x,w)
y = p+b
gm1.backward(y)
gm1.rele…
-
## 请简要描述您的需求
有svd算子么?
hiyyg updated
4 years ago
-
希望能提供 macOS 版本
## 背景
希望在 macOS 上进行 megengine 的学习和调试。
在 macOS 上安装 megengine 时会出现:
```
2020-03-27 11:30:39 zxytim@localhost Downloads 3001
$ pip3 install megengine -f https://megengine.org.cn/…
-
# Motivation
The current CUTLASS does not provide a 2D direct convolution implementation. However the convolution operator is important in image processing. A direct convolution using CUTLASS will be…
-
## 环境
1.系统环境:ubantu18.04
2.MegEngine版本: 0.6
3.python版本:3.7
## 复现步骤
![](https://s1.ax1x.com/2020/08/29/dHISmQ.png)
请问我有这样一段代码 当H调大时(H=64)就会报错是什么原因呢
## 请提供完整的日志及报错信息
![](https://s1.ax…
-
## 文档链接
https://megengine.org.cn/doc/basic/train_and_evaluation.html
## 问题描述
loss = F.cross_entropy_with_softmax(logits, batch_label)
实际1.0.0版本为loss = F.loss.cross_entropy(logits, batch_la…