-
Hi, I am trying to build ops library but i failed.
it took more than 2 days so far and I gave up.
This is the error appears to me.
```
mkdir -p build && cd build && cmake .. && make -j8
-…
-
I can't build caffe2 on windows 10, here's the log:
CAFFE2_ROOT=D:\24_Python\caffbuild\caffe2\scripts\..
CMAKE_GENERATOR="Visual Studio 15 2017 Win64"
CMAKE_BUILD_TYPE=Release
-- Could NOT find …
ghost updated
6 years ago
-
can anyone tell the problem and how to solve it?
The specified module could not be found. Error loading "C:\Users\Eyrikfox\Desktop\DeepMosaics_0.5.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll"…
-
I am using Detectron retinanet to train a model. As a result of training, I am getting a ".pkl" file as an output. Then, I have converted it to ".pb" file. And got two files "model_init.pb" and model.…
-
For full reproduction: Checkout [pytorch](https://github.com/ROCmSoftwarePlatform/pytorch), run `python3 tools/amd_build/build_pytorch_amd.py` and build pytorch.
Compile only file that is problem…
-
Hi, I am trying to build Caffe2 with GPU capabilities on a Windows Machine with GTX970, and I am able to build a CPU version with Python, but not able to build using CUDA and cudNN on top of that. I f…
-
Here is the list of quantized operators used in quantized server models:
https://github.com/pytorch/pytorch/tree/master/caffe2/quantization/server#quantization-operators
The following ones haven't…
beicy updated
5 years ago
-
I am trying to use R-50-FPN model of Detectron to train my own dataset. But while training, I will always run into SIGSEGV error. I have searched the google but can't find very useful solutions. Can a…
-
### Expected results
Successful testing on coco, as per usual.
### Actual results
Traceback (most recent call last):
File "tools/test_net.py", line 116, in
check_expected_results=True,
Fi…
-
I am stuck in the build process. I am using Raspberry Pi 3. Could anyone help me?
bash-5.0# python setup.py bdist_wheel
The use of NO_CUDA is deprecated and will be removed on Feb 20, 2020.Please …