From 6cff9185c44ac84f95a8bd48e03baf3dd118a9ce Mon Sep 17 00:00:00 2001 From: William Schram Date: Fri, 28 Dec 2018 15:39:21 -0800 Subject: [PATCH] Line 38: 'adjuts' -> 'adjust' Spell checked adjust on line 38. I'll check your spelling if you add support for multi-GPUs, thanks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27beefa..403b878 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The output should look like below: **PPS** (predictions per second) demonstrates the speed of processing frames, while **Score** shows the achieved score. **RPPS** and **RScore** are the rolling average of the above values. -To stop the training procedure, adjuts `EPISODES` in `Config.py` propoerly, or simply use ctrl + c. +To stop the training procedure, adjust `EPISODES` in `Config.py` propoerly, or simply use ctrl + c. ## How to continue training a model? ###