"vscode:/vscode.git/clone" did not exist on "7f9874aa2148f9453a49f6d9c7d00dfbb2ee8dc0"
Commit 64254ad3 authored by Neal Wu's avatar Neal Wu
Browse files

Modify the README to reflect changes

parent 844c1eb4
...@@ -93,7 +93,7 @@ bazel-bin/resnet/resnet_main --train_data_path=cifar10/data_batch* \ ...@@ -93,7 +93,7 @@ bazel-bin/resnet/resnet_main --train_data_path=cifar10/data_batch* \
--dataset='cifar10' \ --dataset='cifar10' \
--num_gpus=1 --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 tensorboard --logdir=/tmp/resnet_model
# Evaluate the model. # Evaluate the model.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment