-
```-- NumPy not found
-- Not using cuDNN
-- Not using CUDA
-- Using MKLDNN
-- Not using CBLAS in MKLDNN
-- Not using NCCL
-- Building with distributed package
Copying extension caffe2.python…
-
```
Traceback (most recent call last):
File "tools/train_net.py", line 132, in
main()
File "tools/train_net.py", line 114, in main
checkpoints = detectron.utils.train.train_model()
…
-
when `make ops`, I encounter the following issue. From https://github.com/caffe2/caffe2/issues/1684, I fully understand it's caused by inconstancy between protobuf runtime library and source code. How…
-
Symptom: When I try to load the resnet50_quantized network using the method from the "load pretrained models" tutorial (https://github.com/caffe2/tutorials/blob/master/Loading_Pretrained_Models.ipynb…
-
I am working under ubuntu 18.04 using anaconda 3. I create a conda environment and I run correctly the test until the `make ops` command where I have a problem
I set `CMAKE_PREFIX_PATH=/xxx/yyy/ana…
-
### Expected results
make ops successfully
### Actual results
nyl@nyl:~/Detectron$ make ops
mkdir -p build && cd build && cmake .. && make -j24
-- Caffe2: CUDA detected: 8.0
-- Caffe2: CUDA …
-
### Expected results
What did you expect to see?
`make ops` run without errors
### Actual results
`make ops` failed with error `caffe2/core/context.h: No such file or directory`
What di…
-
### Expected results
Train RetinaNet-50-FPN with Detectron on my own datasets.
### Actual results
RuntimeError: CUDA error: invalid device ordinal (exchangeDevice at /pytorch/c10/cuda/impl/CUDAGu…
-
Dear all:
As stated by facebook, they have succeed to run densepose on mobile phone in real time. However, I can find any source to reproduce this. Besides, the related resource about caffe2 is ex…
-
```
pip install numpy
pip install future
pip install protobuf
CMAKE_PREFIX_PATH=/home/hiroki11x/env/local/opencv-2.4.13:/home/hiroki11x/env/local/snappy-1.1.4 cmake .. \
-DBLAS=Eigen \
-DUSE_C…