FPE and segmentation fault
Opened this issue · 3 comments
rickardnorlander commented
Macrosmatic commented
The same happens with the samples.
./bin/linux_64/cuda/overfeat_cuda -f samples/bee.jpg
Floating point exception (core dumped)
and
./bin/linux_64/cuda/overfeat_cuda -f -l samples/bee.jpg
output height must be < 256 (it is 541)
overfeatcmd_cuda: SpatialConvolutionRing2_updateOutput.cu:166: void bufferSizes(float_, float_, float*, int, int, int, int, int, int, int, dim3, dim3, size_t, int, int, int, int, int): Assertion `0' failed.
Aborted (core dumped)
Macrosmatic commented
Also, there is a problem with this error message (see path):
$ Error: /home/myrhev/phd/torch_gpu/overfeat/src/cuda/THC/THCStorage.c(120) : cuda runtime error : out of memory
hugoperlin commented
Here this is happening too. You managed to get it work?