- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@815 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-16 13:35:57 +00:00
parent 59d3df12fe
commit 084c4902d8
9 changed files with 224 additions and 375 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#include <jsoncpp/json/json.h>
#include "Rbm.hpp"
#include "Layer.hpp"
#include "Stack.hpp"
#include "DeepStack.hpp"
using namespace std;
using namespace arma;
@@ -199,7 +199,7 @@ int main()
return 0;
#endif
Stack stack(".", "poet5");
DeepStack stack(".", "poet5");
// Load project
stack.load();