- 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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user