tensorflow - How to combine multiple models together? -
i trying "parallelize" neural network models speed training. 1 idea had run 2 models on 2 computers , combine results somehow.
is possible? if not, options parallelize model training on 2 computers?
i open use neural network framework.
i think mean distributed tensorflow?
see official document: https://www.tensorflow.org/deploy/distributed
Comments
Post a Comment