Split single model in multiple gpus

Hi Peter,

I am also trying to share my model on different GPUs. But I am not sure if it’s really efficient. Since I am using over 6000 custom layers I execute them in a for loop. All layers are independent from each other and can run in parallel. Here is my original forum question. Maybe you can help?