-
我怎么在服务器上部署模型?需要在服务器上安装detectron和caffe2才能部署运行吗?
How do I deploy the model on the server? need i to install detectron and caffe2 on the server to deploy?
-
## 🐛 Bug
I am trying to build the Caffe2 (master branch) with TensorRT by the following command:
```
cmake .. -DUSE_TENSORRT=ON -DCAFFE2_LINK_LOCAL_PROTOBUF=OFF
sudo make -j8
```
However, I …
-
Hi everyone, I'm trying to compile caffe 2 but despite I followed all the instruction I finally get this error.
`[ 16%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o
…
-
I am using dockers from: https://hub.docker.com/r/caffe2ai/caffe2/
I have a custom network model in caffe2 (written by me), and it works perfectly in CPU. Now I am trying to run it over GPU. In ord…
-
我在网上下的模型不知道为什么一直报错,如下问题:
RuntimeError: version_
-
It seems that it is not able to read the mnist database file that is downloaded.
I checked the installation of lmdb and leveldb installed and in place but i am not able
to fix it.
Any ideas?
`…
-
I was able to convert a Caffe model to Caffe2 using `caffe_translator.py`. The model can be loaded and tested using Python interface of Caffe2. By default, this is all done on CPU and it works.
To …
-
```
[ RUN ] TimerTest.Test
/Users/travis/build/lukeyeager/caffe2/caffe2/core/timer_test.cc:22: Failure
The difference between ns and 100000000 is 10073032, which exceeds 10000000, where
ns ev…
-
http://www.luqu.space/2018/01/17/caffe2/
caffe2 安装教程我的本机环境如下,任何的环境上的不一致可能会带来一些安装上的问题,所以这个教程只是一个简单的参考。环境 操作系统: Ubuntu 16.04 GPU型号: Tesla M40 24GB Python: 2.7 caffe2必备依赖的安装 sudo apt-get upda…
-
I decided to try out the [Azure Data Science Virtual Machine for Ubuntu](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-ads.linux-data-science-vm-ubuntu?tab=Overview) which co…