Skip to content

Commit

Permalink
Remove the specific timing from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu committed Feb 18, 2017
1 parent 0d80274 commit d01a723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ bazel-bin/resnet/resnet_main --train_data_path=cifar10/data_batch* \
--dataset='cifar10' \
--num_gpus=1

# Note that training takes about 5 hours on a K40 GPU, but the training script will not produce any output. In the meantime you can check on progress using tensorboard:
# Note that the training script will not produce any output. In the meantime, you can check on its progress using tensorboard:
tensorboard --logdir=/tmp/resnet_model

# Evaluate the model.
Expand Down

0 comments on commit d01a723

Please sign in to comment.