SimJeg / FC-DenseNet

Fully Convolutional DenseNets for semantic segmentation.
489 stars 146 forks source link

How long does it take to compile FC-Densenet103? #4

Closed jrao1 closed 7 years ago

jrao1 commented 7 years ago

I'm running this on an i7 and it has been running for 48 hours, still not finished. Has anyone successfully compiled it? I'm using latest Theano with libgpuarray backend.

SimJeg commented 7 years ago

Hi, as described in the README, compilation should take less than 10 minutes on a GPU. Do you use the following flags ? THEANO_FLAGS='device=cuda,optimizer=fast_compile,optimizer_including=fusion'

jrao1 commented 7 years ago

Sorry, you're right, the flags solved the problem, I didn't realize the difference between fast_run and fast_compile is so huge.