- no weight decay per default

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@602 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-29 07:20:20 +00:00
parent 756c4d8670
commit 0b85dd7148
+1 -1
View File
@@ -20,7 +20,7 @@ public:
struct Params struct Params
{ {
Params() Params()
: m_weightDecay(0.01) : m_weightDecay(0.0)
, m_learningRate(0.1) , m_learningRate(0.1)
, m_momentum(0.5) , m_momentum(0.5)
, m_doRaoBlackwell(true) , m_doRaoBlackwell(true)