From a8ce679361769ee531f82d64bc627a946dce66ec Mon Sep 17 00:00:00 2001 From: ankuru Date: Mon, 6 Jan 2025 12:51:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20all=5Fstatus=E3=83=A1=E3=82=BD=E3=83=83?= =?UTF-8?q?=E3=83=89=E3=81=AE=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model.cpp | 4 ++-- test/model_test.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/model.cpp b/src/model.cpp index cabb634..b543356 100644 --- a/src/model.cpp +++ b/src/model.cpp @@ -114,8 +114,8 @@ double Model::kl_divergence(const Model& model){ DataSet Model::all_status(){ DataSet st; - rbm_utils::Binary binaryer(visible_dim); - for(int i=0; i