- refactored
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@815 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
#include <jsoncpp/json/json.h>
|
||||
#include "Rbm.hpp"
|
||||
#include "Layer.hpp"
|
||||
#include "Stack.hpp"
|
||||
#include "DeepStack.hpp"
|
||||
|
||||
using namespace std;
|
||||
class RbmListener : public Rbm::IListener
|
||||
@@ -35,7 +35,7 @@ int main()
|
||||
|
||||
const string project("context99");
|
||||
|
||||
Stack stack(".", project);
|
||||
DeepStack stack(".", project);
|
||||
|
||||
#if CREATE_TEST
|
||||
stack.addTraining(stack.trainingBatch().row(1));
|
||||
|
||||
Reference in New Issue
Block a user