JasonRuan5

Results 2 issues of JasonRuan5

I've noticed that in predict_segmenter method, it will call `if (l.out_w && l.out_h && l.out_c){ return float_to_image(l.out_w, l.out_h, l.out_c, l.output); } ` `image float_to_image(int w, int h, int c, float...

Thank you for the code. I've tried to train our own dataset in GPU. When I set GPU and CUDNN in preprocessor, I got many unresolved external symbol error such...