-
Hello,
I hope you are doing well. I am interested in using CREStereo with the latest version of MegEngine for my project. However, I have some questions regarding the compatibility and requirements…
-
目前MegEngine只支持了MegEngine的模型编译,用户只能使用MegEngine模型进行编译,onnx需要转换到MegEngine,考虑直接支持torchscript模型
-
When I running the YOLOX in megengine implementation on my custom dataset with coco format,I met the problem as follow:
RuntimeError: assertion `inputs[0]->blob().use_count() == 2 && inputs[0]->blob(…
-
Thanks for the author's nice work. I met some problems when installing large_depthwise_conv2d_torch_extension. However, I finally succeeded in the following ways.
Environment: both pytorch1.12 + pyth…
-
## 环境
1.系统环境:Ubuntu 22.04.2
2.MegEngine版本:1.13.0
3.python版本:3.10.12
4.模型名称:atss_res18_coco_3x_800size
## 复现步骤
1.训练
```
python official/vision/detection/tools/train.py -f official/visi…
-
### 🚀 The feature, motivation and pitch
Very large depth-wise convolution can significantly boost the performance, especially on the downstream tasks. The next-generation models like ConvNeXt and Rep…
-
**Describe the bug**
I'm using `sphinx.ext.intersphinx` in my project:
```python
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://numpy.org/do…
-
-
-