diff options
author | Jeff Donahue <jeff.donahue@gmail.com> | 2016-08-29 15:41:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 15:41:06 -0700 |
commit | d1dc92ea173244c3968f844e79a75b1854da9b27 (patch) | |
tree | bb8354d871e23864c1aea92732b2bc86ae824833 /include | |
parent | ddafc9b3b25e6142e7e0bc747ebf3a7ca3708427 (diff) | |
parent | 8797e7b3720d97afea24ad6f78b7811c57a3919d (diff) | |
download | caffeonacl-d1dc92ea173244c3968f844e79a75b1854da9b27.tar.gz caffeonacl-d1dc92ea173244c3968f844e79a75b1854da9b27.tar.bz2 caffeonacl-d1dc92ea173244c3968f844e79a75b1854da9b27.zip |
Merge pull request #4646 from ClimbsRocks/patch-2
fixes typo- duplicate "a a"
Diffstat (limited to 'include')
-rw-r--r-- | include/caffe/solver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/caffe/solver.hpp b/include/caffe/solver.hpp index 38259eda..eafcee32 100644 --- a/include/caffe/solver.hpp +++ b/include/caffe/solver.hpp @@ -12,7 +12,7 @@ namespace caffe { /** * @brief Enumeration of actions that a client of the Solver may request by * implementing the Solver's action request function, which a - * a client may optionally provide in order to request early termination + * client may optionally provide in order to request early termination * or saving a snapshot without exiting. In the executable caffe, this * mechanism is used to allow the snapshot to be saved when stopping * execution with a SIGINT (Ctrl-C). |