【问题标题】:Train Inception from Scratch in TensorFlow在 TensorFlow 中从零开始训练 Inception
【发布时间】:2017-01-06 18:11:55
【问题描述】:

我想像 tensorflow github-tutorial 中所示那样训练初始模型。 除了我想使用自制的 TFRecord 文件数据集。

bazel build inception/imagenet_train
bazel-bin/inception/imagenet_train --num_gpus=1 --batch_size=32 --train_dir=/tmp/imagenet_train --data_dir=/tmp/imagenet_data

我将数据目录更改为包含我自己的 TFRecord 文件的文件夹。 现在我想知道我是否真的从头开始训练,或者这是否与“重新训练最后一层 - 教程”相同

【问题讨论】:

    标签: python machine-learning tensorflow


    【解决方案1】:

    是的,您正在从头开始训练:请参阅code

    【讨论】:

      猜你喜欢
      • 2018-05-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-17
      • 2018-03-10
      • 1970-01-01
      • 2017-10-24
      相关资源
      最近更新 更多