From: Vsevolod Stakhov Date: Tue, 23 Jun 2020 10:15:11 +0000 (+0100) Subject: [Conf] Neural: Fix the default name for max_trains X-Git-Tag: 2.6~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19073199ff19c32479c74b150b68419e7c450917;p=thirdparty%2Frspamd.git [Conf] Neural: Fix the default name for max_trains --- diff --git a/conf/modules.d/neural.conf b/conf/modules.d/neural.conf index 80db14552b..2ab0cbe497 100644 --- a/conf/modules.d/neural.conf +++ b/conf/modules.d/neural.conf @@ -16,7 +16,7 @@ neural { #servers = 127.0.0.1:6379; # Redis server to store learning data and ANN train { - max_train = 1k; # Number of trains per epoch + max_trains = 1k; # Number of trains per epoch max_usages = 20; # Number of learn iterations while ANN data is valid learning_rate = 0.01; # Rate of learning (Torch only) max_iterations = 25; # Maximum iterations of learning (Torch only)