simontomaskarlsson/CycleGAN-Keras

multi-gpu

Opened this issue · 1 comments

How to use multi GPU during training or detecting process?

Hi @SZUHvern,
After some googling I see that Keras updates have made it easier to use multiple GPUs. I suggest you look into if you need to modify anything in the model since the hardware usage lies outside of the GAN-model that this repository is meant to provide.