Commit dc3f3271 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1000 from angusmcleod/master

typo
parents 31dccbad 364b4f24
...@@ -222,7 +222,7 @@ As mentioned above, the python scripts are configured in two ways: ...@@ -222,7 +222,7 @@ As mentioned above, the python scripts are configured in two ways:
also separate from the model parameters, which are saved separately via also separate from the model parameters, which are saved separately via
calls to TensorFlow ops, and loaded via the `--model_path` flag. calls to TensorFlow ops, and loaded via the `--model_path` flag.
- Because the `TaskSpec` contains file path, remember that copying around - Because the `TaskSpec` contains file path, remember that copying around
this file is not enough to relocate a trained model: you need up move this file is not enough to relocate a trained model: you need to move
and update all the paths as well. and update all the paths as well.
Note that some run-time flags need to be consistent between training and testing Note that some run-time flags need to be consistent between training and testing
......
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