-
======user config========
{'caffe_pretrain': False,
'caffe_pretrain_path': '/vgg16_caffe.pth',
'data': 'voc',
'debug_file': '/tmp/debugf',
'env': 'fasterrcnn-caffe',
'epoch': 14,
'load_pa…
-
Just a note for the docs, on Ubuntu 18 LTS I had to run the following:
```
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 10
sudo update-alternatives --install /usr/bin/gcc gcc …
-
The current code won't build with PyTorch 1.11, since it seems that they removed the `TH/THC` include files, as per this comment: https://github.com/open-mmlab/mmdetection3d/issues/1332#issuecomment-1…
-
I'm running torch/lua/neural-style from OS X 10.10.5, I've installed nvidia cuda tools 7.5. I'm not really a developer or familiar with shell scripting so I'm surprised to have made it this far. Any h…
-
fatal error: 'THC/THC.h' file not found
#include
^~~~~~~~~~~
27 warnings and 1 error generated.
error: command 'gcc' failed with exit status 1
请问这可能是什么问题导致的呢?
-
I am getting this error when ever I run ./install.sh for torch.
I have ubuntu 16.04 with cuda 8.0 and cudnn 5.1
Here is the error that appears on the terminal:
lib/THC/CMakeFiles/THC.dir/buil…
-
**When installing Torch on OSX Sierra 10.12, I get the following errors:**
```
Found CUDA on your machine. Installing CUDA packages
Warning: unmatched variable LUALIB
jopts=$(getconf _NPROCESS…
-
```bash
siddharth@GreenArrow:~/dl-docker$ sudo docker build -t floydhub/dl-docker:gpu -f Dockerfile.gpu .
```
throws this error
```bash
Found CUDA on your machine. Installing CUDA packages
Warni…
-
I've tried several reinstalls, updated about everything. Installed the latest cuda.
I just can't get both of the install procedures to work. This is the error result for the first procedure.
```…
-
Hi,
Thank you for sharing the code.
For the newer version of CUDA, we need to replace THCudaCheck with AT_CUDA_CHECK
//THCudaCheck(cudaGetLastError());
AT_CUDA_CHECK(cudaGetLastError());
…