Wei Liu

Results 3 comments of Wei Liu

This is a typical issue of overflow/underflow when computing the sum (exp (x)) function. Search 'log sum exp' on the web will give some explanation. The trick is to divide/multiply...

CUDA 7.5 works for me, and here is the output if I run "cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2" #define CUDNN_MAJOR 4 #define CUDNN_MINOR 0 ## #define CUDNN_PATCHLEVEL 7...

The author of this project seem have defined their own layers for ImageLabelmapData (see layers folder in the source code). It should be there. I don't see the problem in...