-
请问一下,megengine是没有实现3D卷积的接口吗,我似乎没有在文档中找到。
-
是否有windows本地构建的计划?而不是在WSL里面运行
## 背景
## 需求描述
-
## 请简要描述您的需求
在https://github.com/MegEngine/Models/tree/master/official/quantization中,命令python3 train.py -a resnet18 -d /path/to/imagenet --mode normal 中的imagenet数据集在哪里下载?http://www.image-net.org/,这里吗…
-
## 环境
1.系统环境:RHLE
2.MegEngine版本:
3.python版本:3.6.10
## 复现步骤
1.
2.
3.
## 请提供关键的代码片段便于追查问题
## 请提供完整的日志及报错信息
[ 2%] Built target halide
[ 2%] Built target zmq
[ 2%] Built target …
-
## 背景
## 任务描述
## 目标
-
It would be nice to clarify what the (device-independent) constraints are for tensor layouts:
E.g.:
- Are negative strides allowed?
- May the stride for any axis be zero ?
- Is it possible f…
-
### 问题描述
我尝试用MegEngine复现[RCAN的代码](https://github.com/yulunzhang/RCAN/tree/master),同等设备下,Megengine显存占用对比Pytorch版本要大一些,主要体现在:
1. 对于输入`[8, 3, 64, 64]` Tenosr和相同的网络结构,MegEngine复现的网络超显存,显存11GB
2. 对于…
-
首先,惊叹MegEngine的速度。从torchvision拷贝个resnet18在cpu测试,MegEngine是pytorch速度的9倍。这个速度比opencv还快,opencv大概是pytroch的4倍。
但是,我运行程序后发现可能无法正常退出。
![image](https://user-images.githubusercontent.com/21007783/77729280-3c…
-
您好,我用其他框架复现了cascade_rmd_simple,但MR和JI只能跑到41.0和82.8,和faster r-cnn差不多,请问能不能上传一下cascade的代码?
-
## 背景
想实现C++推理时的动态尺寸,发现并不是所有尺寸都能正常推理。
比如导出尺寸```export_size=224```时,推理尺寸```infer_size=416```可以推理,```infer_size=128```就会报错。
导出尺寸```export_size=64```时,推理尺寸```infer_size=80```可以推理,```infer_size=128```就…