lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.24k stars 418 forks source link

program hangs when using "use_exsiting_preprocessing: True" #25

Closed galactica147 closed 7 years ago

galactica147 commented 7 years ago

Hi,

I ran into this situation when specifying "use_exsiting_preprocessing: True", below is what I had from the console:

starting preprocessing
09aec51e845d17f2ec5459b5e292abb8 had been done
417e3c40213fe0b8474b1ff74318f14c had been done
6f76555e8e65be4886e8868d7ba3f510 had been done
ed43e376ff1b9dbf971e6a1d6d9f863b had been done
9e041750951de329e7c7a20acdb9c88f had been done
c0f0e7479900bd05e349af2df690be73 had been done
a77b5a7654310f555e04a046711b81b6 had been done
aa070ed19af0fad480a807b75e0a816b had been done
cd4f000784503503feb427133a49ca3a had been done
789503ce9fceedc4a7b21f939b40ed82 had been done
end preprocessing
(12L, 1L, 208L, 208L, 208L)

and it hung without moving any further: no use is shown on CPU and GPU. Any ideas why so?

Other configs that might be related:

          'detector_model':'net_detector',
          'detector_param':'./model/detector.ckpt',
          'classifier_model':'net_classifier',
          'classifier_param':'./model/classifier.ckpt',
          'n_gpu':1,
          'n_worker_preprocessing':2,
          'use_exsiting_preprocessing':True,
          'skip_preprocessing':False,
          'skip_detect':False}

I'm using a single GPU card for testing only 10 scans from kaggle stage2 data. Please advise. Thanks!

Jin

galactica147 commented 7 years ago

could be something congestion in the GPU queue, runs fine on a dedicated GPU card. close ticket.