Browse Source

[Conf] Neural: Fix the default name for max_trains

tags/2.6
Vsevolod Stakhov 3 years ago
parent
commit
19073199ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/modules.d/neural.conf

+ 1
- 1
conf/modules.d/neural.conf View File

@@ -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)

Loading…
Cancel
Save