"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "fcc9a51a9267a13e142138974ae3050bf94b2163"
Commit 214ecc79 authored by Scott Sievert's avatar Scott Sievert Committed by Neal Wu
Browse files

DOC: document bash use for resnet

parent f2b80157
...@@ -65,9 +65,9 @@ curl -o cifar-100-binary.tar.gz https://www.cs.toronto.edu/~kriz/cifar-100-binar ...@@ -65,9 +65,9 @@ curl -o cifar-100-binary.tar.gz https://www.cs.toronto.edu/~kriz/cifar-100-binar
<b>How to run:</b> <b>How to run:</b>
```shell ```shell
# cd to your workspace. # cd to the models repository and run with bash. Expected command output shown.
# It contains an empty WORKSPACE file, resnet codes and cifar10 dataset. # The directory should contain an empty WORKSPACE file, the resnet code, and the cifar10 dataset.
# Note: User can split 5k from train set for eval set. # Note: The user can split 5k from train set for eval set.
$ ls -R $ ls -R
.: .:
cifar10 resnet WORKSPACE cifar10 resnet WORKSPACE
......
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