mingukkang / ENAS-Tensorflow

Efficient Neural Architecture search via parameter sharing(ENAS) micro search Tensorflow code for windows user
113 stars 33 forks source link

Parallelization #2

Open impulsecorp opened 6 years ago

impulsecorp commented 6 years ago

Have you looked into parallelizing it? I could not get it to run on my AWS GPU because I had problems with Tensorflow-GPU and CUDA, so I have it running now on my AWS CPU server. But it is slow. I would think it would not be too hard to parallelize a CPU version of ENAS-Tensorflow so it works on multiple cores on the same server (like if I have a 64 core server).

mingukkang commented 6 years ago

I am very sorry. I have no experience of parallel processing, so I can not give you a proper answer to this question.