sermanet/OverFeat

FPE and segmentation fault

Opened this issue · 3 comments

Version overfeat v04-1

Do:
cd /usr/share/overfeat/bin/linux_64/cuda/
./overfeat_cuda -f ~/fpe.png
Happens:
Floating point exception (core dumped)
Image:
fpe

Do:
cd /usr/share/overfeat/bin/linux_64/cuda/
./overfeat_cuda -f ~/segfault.png
Happens:
Segmentation fault (core dumped)
Image:
segfault

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)

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

Here this is happening too. You managed to get it work?