瀏覽代碼

Modify the README to reflect changes

Neal Wu 8 年之前
父節點
當前提交
64254ad355
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resnet/README.md

+ 1 - 1
resnet/README.md

@@ -93,7 +93,7 @@ bazel-bin/resnet/resnet_main --train_data_path=cifar10/data_batch* \
                              --dataset='cifar10' \
                              --num_gpus=1
 
-# Note that the training script will not produce any output. In the meantime, you can check on its progress using tensorboard:
+# While the model is training, you can also check on its progress using tensorboard:
 tensorboard --logdir=/tmp/resnet_model
 
 # Evaluate the model.