From 6ff9d7009eb4a9c36027c1a509c49e084be7e7f2 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 29 Oct 2019 07:08:08 +0000 Subject: [PATCH] - no weighInit in prj git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@601 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- mnist_2.prj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mnist_2.prj b/mnist_2.prj index d4a9150..5682bab 100644 --- a/mnist_2.prj +++ b/mnist_2.prj @@ -19,8 +19,7 @@ "momentum" : 0.5, "numGibbs" : 1, "weightDecay" : 0 - }, - "weightInit" : 0.01 + } }, "weights_file" : "Layer.0.weights.dat" }