OverFeat icon indicating copy to clipboard operation
OverFeat copied to clipboard

FPE and segmentation fault

Open rickardnorlander opened this issue 10 years ago • 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

rickardnorlander avatar Apr 02 '14 14:04 rickardnorlander

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 avatar Apr 06 '14 14:04 Macrosmatic

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

Macrosmatic avatar Apr 07 '14 01:04 Macrosmatic

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

hugoperlin avatar May 07 '14 14:05 hugoperlin