submission2019 / cnn-quantization

Quantization of Convolutional Neural networks.
237 stars 59 forks source link

Segmentation Fault #6

Closed kailash-prasad closed 5 years ago

kailash-prasad commented 5 years ago

Quantize activation_pooling | Id - None | IntQuantizer - [bits: 8, clipping: no, bit_alloc_act: False, bit_alloc_weight: False, pcq_w: False, pcq_a: False, bcorr_act: False, bcorr_weight: False, vcorr_weight: False, kind: mean] | cuda:0 Segmentation fault (core dumped)

I am getting above mentioned error even if I try it with CPU? Can you help me with this?

ynahshan commented 5 years ago

Hi. This code requires cuda capable GPU to run. What is the GPU and cuda version you run on?

ArsenLuca commented 4 years ago

I also meet the problem. The cuda version I use is V9.0.176 The gpu is P40

ArsenLuca commented 4 years ago

@ynahshan as stated