运行 与 googlenet 的 Tensorflow

Run Tensorflow with googlenet

我想 运行 使用 tensorflow googlenet。是否有可用的多 GPU 版本可以 运行 with tensorflow?

您可以训练、评估和微调 Inception v3 模型。请参阅其中的链接以获取指示。 http://googleresearch.blogspot.com/2016/03/train-your-own-image-classifier-with.html

你也可以看看:https://github.com/tensorflow/models/tree/master/inception? (图片来自URL。)