- test app : fixed status update

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@783 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-10 17:12:21 +00:00
parent d5ec722aba
commit d18b45ef50
+2 -2
View File
@@ -16,8 +16,8 @@ class RbmListener : public Rbm::IListener
public:
RbmListener() {}
virtual ~RbmListener() {}
bool onProgress(const Rbm::Status &status)
bool onProgress(Rbm *pRbm, const Rbm::Status &status)
{
std::cout << "Progress : " << status.progress << " %" << std::endl;
std::cout << "error (per mini batch) = " << status.err << std::endl;