-
Copy issue body from C:/vcpkg/installed/vcpkg/issue_body.md
Package: libtorch[core,leveldb,tbb,xnnpack,zstd]:x64-windows -> 1.12.1#3
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 1…
-
I am trying to run mobilenet_v2_quantized on pytorch/caffe2 repo which supports int8 .
after compiling pytorch on tx2 and run the model, I meet the following error:
```
WARNING:root:This caffe2…
-
I want to import caffe2.python.core.
But, result are
import caffe2.python.core
WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode.
WARNING:root:Debug mes…
-
### 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…
-
I'm having trouble building my inceptionv3 model.
I build my model by following the diagram from netscope for caffe as shown below.
https://dgschwend.github.io/netscope/#/preset/inceptionv3
I came …
-
I used this program to generate pb model.
> convert-caffe2-to-onnx trainednet.onnx --output predict_net.pb
My Error
```
WARNING:root:This caffe2 python run does not have GPU support. Will ru…
-
Wonderful works!!!
I was trying Step 2.3: cmake . -B build
However,I encountered the following problem:
(chatsim) root@admin:~/AImodel/wenke/ChatSim/chatsim/background/mcnerf# cmake . -B build
…
-
Hi in step **run_windows.bat** there is a error;
FileNotFoundError: Could not find module 'C:\Users\junpa\.conda\envs\avatarify\lib\site-packages\torch\lib\caffe2_nvrtc.dll' (or one of its dependen…
-
When `make ops`, there is a problem for the current version of Caffe2 (which is in pytorch now):
In the CMakeLists.txt, the following two lines:
`target_link_library(caffe2_detectron_custom_ops caff…
-
### 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…