-
1. I clone new caffe2, compile a cpu version, and have:
libCaffe2_CPU.a libCAFFE2_NNPACK.a libCAFFE2_PTHREADPOOL.a libcpufeatures.a
2. create script.ar:
CREATE libcaffe2.a
ADDLIB libCAFFE2_NNP…
-
Hi @ZheC, a caffe2 implementation of your algorithm is released at: https://github.com/eddieyi/caffe2-pose-estimation .
Thank you.
-
I got the following error when running the makefile.
[ 1%] Building CXX object CMakeFiles/caffe2_cpp.dir/src/caffe2/util/net_serial.cc.o
In file included from /home/luyang/Documents/caffe2_cpp_tu…
-
Hello I can build apk.
While compiling the error is:
```
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:externalNativeBuildDebug'.
[...]
Caused by: org.gradle.int…
-
at line 251 called function processChunk(chunkBegin); like this:
#ifndef __ANDROID__
....
#else
processChunk(chunkBegin);
#endif
BUT HOWEVER, function processChunk() was decared like t…
-
After following the [steps for Ubuntu 16](https://github.com/facebookresearch/VMZ/blob/master/tutorials/Installation_guide.md), verbatim, I consistently get this:
```
from caffe2.python import co…
-
make ops quits with the error below.
```
CMake Error at CMakeLists.txt:8 (find_package):
By not providing "FindCaffe2.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a …
-
### 🐛 Describe the bug
I am trying to build pytroch from source with support for rocm.
System is ubuntu 24
Cpu is ryzen 5 2600
Gpu is rx 580
I am following instructions from there: https://github…
-
```
Copying extension caffe2.python.caffe2_pybind11_state
Copying caffe2.python.caffe2_pybind11_state from /Users/yyoo/src/pytorch/torch/lib/tmp_install/lib/python3.5/site-packages/caffe2/python/caf…
-
I followed the steps mentioned in the tutorial to convert the a detectron pretrained caffe2 model into ONNX model. Here's the stacktrace of my error:
```
WARNING:root:This caffe2 python run does not…