-
I build caffe2 by android - ndk and get .so file sucessfully . but i don not konw use the .so file. please help me
-
## 🐛 Bug
we are seeing an intermittent failure in the reshape_op when trying to run the EXAMPLE: END-TO-END ALEXNET FROM PYTORCH TO CAFFE2.
```
Traceback (most recent call last):
File "/tmp/te…
-
detectron/lib$ make
python2 setup.py develop --user
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
…
-
E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.pytorch.demo.objectdetection, PID: 11106
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.pytorch.demo.objectdetect…
-
After training the model, I get the following errors during test.
command:
python2 tools/test_net.py --cfg configs/getting_started/ml349_2gpu_e2e_faster_rcnn
Inception_ResNetv2.yaml --multi-gpu-tes…
-
Please help, when I set the **policy="multistep"** in `model.net.LearningRate(...)`, I'm getting the following error.
```
F0201 14:09:26.101269 6743 learning_rate_op.h:110] Unknown learning rate …
-
When I build from source on tag v1.0.0 it doesn't detect cudnn. I use arch linux and in the latest release arch has moved cudnn to standard locations (/usr/lib and /usr/include).
When I run the fol…
-
Upon import of `segment_volume()`, I get the following warning:
```python
>>> from ivadomed.utils import segment_volume
WARNING:root:This caffe2 python run does not have GPU support. Will run in CP…
-
```cuda
void launchMyKernel(MyKernelParams *kernelParams, void *data)
{
printf("About to launch kernel ...\n");
my_kernel>(data);
printf("Kernel launched.\n");
}
```
-
I am trying to debug some build/compilation issues of `pytorch` using `mkl` as the `lapack`/`blas` provider.
See https://github.com/NixOS/nixpkgs/issues/269271 for downstream issue.
Attempting to …