- numcontext is property of Layer

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@844 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-19 16:05:23 +00:00
parent 2f3c10095a
commit 6a05a88d15
7 changed files with 60 additions and 80 deletions
+12 -13
View File
@@ -6,8 +6,8 @@
{
"id" : 0,
"name" : "Layer",
"numContext" : 256,
"numHidden" : 256,
"numContext" : 8,
"numHidden" : 64,
"numVisibleX" : 37,
"numVisibleY" : 2,
"rbm" :
@@ -21,7 +21,7 @@
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 1000,
"numEpochs" : 10000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -30,8 +30,8 @@
{
"id" : 1,
"name" : "Layer",
"numContext" : 256,
"numHidden" : 256,
"numContext" : 64,
"numHidden" : 128,
"numVisibleX" : 37,
"numVisibleY" : 2,
"rbm" :
@@ -45,7 +45,7 @@
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 1000,
"numEpochs" : 5000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -54,7 +54,7 @@
{
"id" : 2,
"name" : "Layer",
"numContext" : 256,
"numContext" : 128,
"numHidden" : 256,
"numVisibleX" : 37,
"numVisibleY" : 2,
@@ -69,7 +69,7 @@
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 1000,
"numEpochs" : 2500,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -79,7 +79,7 @@
"id" : 3,
"name" : "Layer",
"numContext" : 256,
"numHidden" : 256,
"numHidden" : 512,
"numVisibleX" : 37,
"numVisibleY" : 2,
"rbm" :
@@ -93,7 +93,7 @@
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 1000,
"numEpochs" : 2500,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -102,8 +102,8 @@
{
"id" : 4,
"name" : "Layer",
"numContext" : 256,
"numHidden" : 256,
"numContext" : 512,
"numHidden" : 1024,
"numVisibleX" : 37,
"numVisibleY" : 2,
"rbm" :
@@ -125,7 +125,6 @@
}
],
"name" : "poet_2v_5s",
"numContext" : 256,
"type" : 2,
"type_string" : "Rnn"
}