Open booiljung opened 6 years ago
torch7 is not installed in CUDA 7.5 or higher. I updated How to install from CUDA 7.5 or higher.
Torch does not support half-precision floating-point type in cuda 7.5 or higher. If you have CUDA 7.5 or higher, you should use the following command:
$ TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__" ./install.sh
torch7 is not installed in CUDA 7.5 or higher. I updated How to install from CUDA 7.5 or higher.
README.md
Torch does not support half-precision floating-point type in cuda 7.5 or higher. If you have CUDA 7.5 or higher, you should use the following command: