How to combine multiple models together?

581 Views Asked by At

I am trying to "parallelize" Neural Network models to speed up training. One idea I had was to run two models on two computers and combine the results somehow.

Is this possible? If not, what are the options to parallelize model training on two computers?

I am open to use any neural network framework.

1

There are 1 best solutions below

0
On

I think you mean distributed tensorflow?

See official document: https://www.tensorflow.org/deploy/distributed