Skip to content
Snippets Groups Projects
Commit f710681b authored by Franck Dary's avatar Franck Dary
Browse files

Improved base history size

parent 57942a7e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import Features
def createNetwork(name, dicts, outputSizes, incremental) :
featureFunctionAll = "b.-2 b.-1 b.0 b.1 b.2 s.0 s.1 s.2 s.0.0 s.0.-1 s.0.1 s.1.0 s.1.-1 s.1.1 s.2.0 s.2.-1 s.2.1"
featureFunctionNostack = "b.-2 b.-1 b.0 b.1 b.2"
historyNb = 5
historyNb = 10
suffixSize = 4
prefixSize = 4
hiddenSize = 1600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment