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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -