-
Hello! First of all, thank you for your great sharing. When I run the command "make ops", I get some errors(The message is as follows)。I‘ve tried many ways as the issues mentioned in your project, but…
-
Hello,
I tried to run the code but there is a error
"Undefined function or variable 'caffe2'."
Where is the definition of the caffe2?
Thanks.
Best regards.
-
This issue was originally submitted as a Caffe2 issue at https://github.com/caffe2/caffe2/issues/1999
I think Detectron requires Caffe2 to be built with
```
mkdir build && cd build
cmake ..
m…
-
I have caffe2, onnx, onnx-caffe2 installed on a macbook (following the anaconda installation instructions).
I'm attempting to run the tutorial on converting a super-resolution model from pytorch t…
-
It awesome seeing amazing work you did.
I have been trying to follow the instructions for the reimplementation of your work but having a problem running `python setup.py bdist_wheel` please help take…
-
```
[46/402] Building NVCC (Device) object...ils/torch_cuda_generated_math_gpu.cu.o
FAILED: caffe2/CMakeFiles/torch_cuda.dir/utils/torch_cuda_generated_math_gpu.cu.o
cd /home/umair/Desktop/umair/n…
-
```
terminate called after throwing an instance of 'c10::Error'
what(): version_number
-
I want to convert onnx model zoo shufflenet model.onnx to caffe2 init.pb and predict.pb, but it show error as follows:
File "demo.py", line 30, in
init_net, predict_net = c2.onnx_graph_to_caffe2_…
cswwp updated
6 years ago
-
I can't even load the provided Detectron model(s) (https://github.com/caffe2/models/tree/master/detectron/e2e_faster_rcnn_R-50-C4_1x OR https://github.com/caffe2/models/tree/master/detectron/e2e_faste…
-
I try to train resnet50 in fp16 on commit of 0f72d2508c5d5c295c1cd54aae1460a22ea994ea
```bash
INFO:resnet50_trainer:Training loss: nan, accuracy: 1.0
INFO:resnet50_trainer:Finished iteration 125/…