diff --git a/lib/fast_rcnn/train.py b/lib/fast_rcnn/train.py index 05bd594ff..4e895f828 100644 --- a/lib/fast_rcnn/train.py +++ b/lib/fast_rcnn/train.py @@ -19,7 +19,7 @@ class SolverWrapper(object): """A simple wrapper around Caffe's solver. - This wrapper gives us control over he snapshotting process, which we + This wrapper gives us control over the snapshotting process, which we use to unnormalize the learned bounding-box regression weights. """