-
when i try to build caffe2 solution this error occur :
```
1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
1> Checking Build System
1> CMake does not need to re-ru…
-
I have successfully built Caffe2, but am not sure how to use my own dataset of training images in the Xcode project (building for iOS). I've looked [here](https://caffe2.ai/docs/tutorial-create-your-o…
-
I can't build caffe2 on windows 10, here's the log:
PS D:\caffe2\scripts> .\build_windows.bat
CAFFE2_ROOT=D:\caffe2\scripts\..
CMAKE_GENERATOR="Visual Studio 14 2015 Win64"
CMAKE_BUILD_TYPE=Re…
-
Hi all,
I am running into a weird issue when building the latest version of caffe2 on windows 10 with both visual studio 14 and visual studio 15.
I have tried turning ON/OFF various optional package…
-
Hi @bwasti , @orionr When I clone I tried to build this demo, I got this error, where I am I missing when I configure it? Should I add more in `gradle`? My gradle version is 3.0.1
```
org.gradle.ap…
-
These are my changes for building on Windows (I have Windows 10 and Visaul studio 2015)
Strange formating, it is only diff log. I don't know how attach the file
```
diff --git a/caffe2/CMakeLists…
-
I want to deploy caffe2 on mobile device(including Android & IOS), but i found that the binary size is **too large** for my app. I only use a little operators on my net(convolution and forward calcu…
-
This is really just a question/enhancement. I'd love to see an example of what needs to happen to build an XCode/iOS project using this library. I was able to build_ios just fine, but its unclear what…
-
In [ios example](https://github.com/caffe2/caffe2/issues/298) yangqing said the mpscnn code has been pushed but no CMakeList.txt. Is there a way to use metal in Caffe2 now?
Thanks in advance.
-
Hi. I am getting unexpected big amount of memory usage when running onnx models in Caffe2 on C++.
For example for SSD with VGG feature extractor it gets as high as 1.2Gb, while same model with alm…