From fdbb3b1212520df976c9efd996ce623dbbd66a23 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 25 Dec 2016 12:32:48 -0500 Subject: [PATCH] fixed spelling error in comment --- dlib/dnn/trainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/trainer.h b/dlib/dnn/trainer.h index 84b311ce3..d37c6a3f4 100644 --- a/dlib/dnn/trainer.h +++ b/dlib/dnn/trainer.h @@ -648,7 +648,7 @@ namespace dlib tp[i]->wait_for_all_tasks(); - // Evey now and then force all the parameters to be the same just to make + // Every now and then force all the parameters to be the same just to make // sure they aren't drifting apart due to any non-deterministic behavior on // the GPU. It's also important to do this on the first iteration because // the different networks may be initialized differently when tensor data