- RBM fixed progress indication

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@569 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-24 18:34:41 +00:00
parent 0ee9e709f7
commit f7acfc5bd0
3 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -25,12 +25,12 @@ public:
{
Params()
: m_weightInit(0.01)
, m_weightDecay(0.0)
, m_weightDecay(0.001)
, m_learningRate(0.1)
, m_momentum(0.5)
, m_doRaoBlackwell(true)
, m_gibbsDoSampleVisible(false)
, m_gibbsDoSampleHidden(false)
, m_gibbsDoSampleHidden(true)
, m_doSampleBatch(false)
, m_numGibbs(1)
{