-
# Reference
- [ ] [浅谈Pytorch与Torch的关系](https://cloud.tencent.com/developer/article/1142510)
- [ ] [官网](http://torch.ch/)
- [ ] [Github repo](https://github.com/torch)
- [ ] [Wiki](https://github.c…
-
Hello,
I'm running Densepose in Docker container with mounted data, first test runs OK
```
root@a182491c8d77:/densepose# python2 detectron/tests/test_batch_permutation_op.py
No handlers could be…
-
I met the following **ERROR** messages... Any suggestions?
```console
....../pytorch/pytorch/aten/src/ATen/native/mkldnn/Conv.cpp:103:34: required from here
/usr/local/include/ideep/tensor.hpp:…
-
Change tensor_filter plugin which uses v0 GstTensorFilterFramework.
v0 is supposed to be used by old subplugins for backward compatibilty and any new subplugins should use v1, which is simpler and …
-
I get this error
```
from caffe2.python import core
Traceback (most recent call last):
File "", line 1, in
File "/BS/mihai/work/src2/miniconda2/envs/oldgpu_cuda8/lib/python2.7/site-package…
-
### 🐛 Describe the bug
I don't have an OSS repro. The internal test that (only very rarely) triggers the race is https://www.internalfb.com/intern/test/281475084563302?ref_report_id=0
Here is the …
-
If this is a build issue, please fill out the template below.
### System information
* Operating system: Ubuntu 16.04
* CMake version: 3.11.0
* Relevant libraries/versions (e.g. CUDA):
* CUDA…
-
I try Googlenet, but crashed. and could you tell me how to enable log information ? thank for your help
-
Building caffe2 results in libCaffe2_CPU.a being 170MB. This is a show-stopper for delivering a build to the app store that is a reasonable size.
#571 is a similar issue on Android, suggesting add…
-
The D2Go Android demo app uses a faster_rcnn_fbnet3a_C4 model to make predictions. I tried to use the mask_rcnn_fbnet3a_C4 model from the model zoo to create a .pt file using the create_d2go file, but…