-
## Why?
Building anything on mobile is challenging, because of the many tricks that one will need to do to make optimized builds. This task aims to be a master tracking point if you encounter mobile …
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
I ran the following code:
1. conda create detectron2 python=3.7
2. conda activate detectron2
3. conda install numpy ninja py…
-
## 🐛 Bug
Problem when installing pytorch 1.4 from source on Centos 6.3
[402/3429] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86features.cpp.o
[403/3429]…
-
#NDK 21C Build ok
cd pytorch
export ANDROID_NDK=/opt/android-ndk
export ANDROID_ABI=arm64-v8a
export ANDROID_NATIVE_API_LEVEL=28
./scripts/build_android.sh
/////////////////
build link ok
…
-
I want to translate ResNet-152 into caffe2. However, I get this error:
```
KeyError: 'No translator registered for layer: name: "bn_conv1"\ntype: "BatchNorm"\nbottom: "conv1"\ntop: "conv1"\nbatch_no…
KeyKy updated
7 years ago
-
### Comment:
This package currently requires more than 16 builds to be build manually to ensure that it completes in time on the CIs.
# Step 1: No more git clone
rgommers identified that one po…
-
caffe2 build seems to have gone ok. But when I run the test:
python -m caffe2.python.operator_test.relu_op_test
I get errors saying:
Operator with engine CUDNN is not available for operator Rel…
-
Hi, I'm trying to build caffe2 with GPU support.
cmake configuration runs fine but then when building I get the output as below. Can someone help me with that please ?
Thanks a lot !
### Syste…
elcou updated
5 years ago
-
When I build from source on tag v1.0.0 it doesn't detect cudnn. I use arch linux and in the latest release arch has moved cudnn to standard locations (/usr/lib and /usr/include).
When I run the fol…
-
If this is a build issue, please fill out the template below.
### System information
* Operating system: Linux mint
* Compiler version:
* CMake version:
* CMake arguments:
* Relevant librari…