-
[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following.
- [FilterEn…
-
## 环境
1.系统环境:Linux ubuntu_vb 4.15.0-91-generic #92-Ubuntu SMP x86_64
2.MegEngine版本:默认版本
3.python版本:python 3.6
## 复现步骤
安装过程参考:https://megengine.org.cn/doc/latest/index.html#installation
1.`pi…
-
## 环境
1.系统环境:ubuntu 18
2.MegEngine版本:MegEngine-0.3.1
3.python版本:python3.6.9
4.模型名称:resnet50
## 复现步骤
1.从网络下载训练文件
from megengine import hub
model = hub.load('megengine/models', 'resnet50', p…
-
Would you like to [wrap any pointers](https://github.com/MegEngine/MegEngine/blob/b938b1cf3cd50cf46a746d416824bd0d3e70060a/dnn/src/common/cv/mat.cpp#L112 "Update candidate: Mat::equals()") with the cl…
-
## 请简要描述您的需求
-
编译时built target nccl时报错
## 环境
1.系统环境:ubuntu16.04
2.MegEngine版本:
3.python版本:3.7.7
4.cuda:10.1
5.tensorrt 6.0.1.5
6.llvm clang 6.0
![image](https://user-images.githubusercontent.com/28856502/7…
-
## 环境
1.系统环境:Ubuntu18.04
2.MegEngine版本:megengine-0.3.1
3.python版本:3.7
## 复现步骤
1. pip install megengine
2.运行官方Demo
3.可以正常导入包
![image](https://user-images.githubusercontent.com/29347606/7749…
-
## 环境
1.系统环境:linux without cuda
2.MegEngine版本:0.3.1
3.python版本:3.8
## 复现步骤
1.
2.
3.
## 请提供关键的代码片段便于追查问题
```python
import megengine as mge
a = mge.ones((3, 4))
b = mge.ones((4, 5))
p…
-
It seems that you forget to check implementation of PRM module.
In [[your implementation of PRM class]](https://github.com/caiyuanhao1998/RSN/blob/master/exps/4XRSN18.coco/network.py) ,
- You de…
-
## 环境
1.系统环境:MegStudio cpu
2.MegEngine版本:0.3.1
3.python版本:3.8
## 复现步骤
```
import numpy as np
import megengine as mge
import megengine.functional as F
a = mge.tensor(np.ones((224, 224, 3…