-
when I excuted git clone from caffe2, return thirtparty eigen repository error:
git clone --recursive https://github.com/caffe2/caffe2.git
....
remote: Repository not found.
fatal: repository 'ht…
-
RuntimeError:Unknown device: 1. If you have recently updated the caffe2.proto file to add a new device type, did you forget to update the DeviceTypeName() function to reflect such recent changes?
…
-
test/export/test_retraceability.py fails locally for me, when running head to toe:
```
FAILED [0.2012s] test/export/test_retraceability.py::RetraceExportTestExport::test_slice_with_floordiv_retracea…
-
What shall I do when I want to ignore a region in a 2d softmax loss?
https://github.com/caffe2/caffe2/blob/master/caffe2/operators/softmax_with_loss_op.h
Shall I use a weight of 0?
-
Hi,
I try to run my net by CUDA device.
In C++, I set cuda argument in netDef after loading .pb file
```
predict_net.mutable_device_option()->set_device_type(caffe2::CUDA);
predict_net.mutabl…
-
I try install the caffe2 from source codes ,so I use the command “conda build conda/cuda && conda install caffe2-cuda --use-local”. However, the error is as follows:
[ 80%] Building CXX object caffe2…
-
If you have a question or would like help and support, please ask at our
[forums](https://discuss.pytorch.org/).
If you are submitting a feature request, please preface the title with [feature req…
-
If this is a build issue, please fill out the template below.
### System information
* Operating system:ubuntu14.04
* Compiler version:
* CMake version:3.2
* CMake arguments:
* Relevant libr…
-
When I run
```
cmake .. -DCMAKE_PREFIX_PATH=`python -c 'import torch;print(torch.utils.cmake_prefix_path)'` -DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(g…
-
[ 88%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/tanh_op_cudnn.cc.o
In file included from /home/lgc/pytorch/caffe2/core/context_gpu.h:19:0,
from /home/lgc/pytor…