"...resnet50_tensorflow.git" did not exist on "90f968dccfed84c838aecc586608012aee83561b"
Commit a6494752 authored by HelgeS's avatar HelgeS Committed by Taylor Robie
Browse files

Parameter definition is in resnet_run_loop.py (#5770)

parent 4d4eb85c
...@@ -70,7 +70,7 @@ validation data roughly once per epoch. ...@@ -70,7 +70,7 @@ validation data roughly once per epoch.
Note that there are a number of other options you can specify, including Note that there are a number of other options you can specify, including
`--model_dir` to choose where to store the model and `--resnet_size` to choose `--model_dir` to choose where to store the model and `--resnet_size` to choose
the model size (options include ResNet-18 through ResNet-200). See the model size (options include ResNet-18 through ResNet-200). See
[`resnet.py`](resnet.py) for the full list of options. [`resnet_run_loop.py`](resnet_run_loop.py) for the full list of options.
## Compute Devices ## Compute Devices
......
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