-
### Expected results
`greater than 0`
### Actual results
`0`
![cuda_1](https://user-images.githubusercontent.com/29269504/59902461-e1830a00-941b-11e9-8331-04ca80a8a72c.png)
### Detailed steps…
-
https://github.com/caffe2/caffe2/pull/719
소스코드 수정해서 Pull-Request 했습니다!
답변오는대로 issues 업데이트 하겠습니다.
-
Has anyone tried creating a ROS wrapper for infer_simple.py?
## PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING
1. Please thoroughly read README.md, INSTALL.md, GETTING_STARTED.md, and FAQ.md
2. Pl…
-
### 🐛 Describe the bug
With a weird (see [here](https://github.com/pytorch/pytorch/actions/runs/11568790721/job/32213593951) )
```
MakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Ru…
-
Caffe2 C++ API is undergoing changes since we are currently working on merging the caffe2 and pytorch backend. There might be breaking changes, but most of them should be easy to fix. For most updated…
-
Code:
```
def run_onnx_in_caffe2(args, message_tensor):
# Load the ONNX ModelProto object. model is a standard Python protobuf object
model_onnx = onnx.load(args.output_path)
# …
-
### Your current environment
```text
PyTorch version: 2.3.1+cpu
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: Ubuntu 24.04 LTS (x86_64)
GCC vers…
-
Hi, I am receiving this error while trying to run make :
```
make[1]: Entering directory '/home/shahruk/caffe2_cpp_tutorial/build'
make[2]: Entering directory '/home/shahruk/caffe2_cpp_tutorial/…
-
I followed the instructions on Caffe2OnnxExport.ipynb
on Ubuntu16.04, ran the following command line:
`convert-caffe2-to-onnx /home/eran/Downloads/squeezenet_caffe2/predict_net.pb --caffe2-init-net …
-
Trying to convert a model from PyTorch to Caffe2. I have the model in Onnx form, however when I try to go from Onnx to Caffe2 using the tool in caffe2.python.onnx.bin.conversion, I get an output but r…