- use dir in file names
- fixed missing returns - fixed test app git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@782 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ int main()
|
||||
const string project("test");
|
||||
|
||||
RbmListener statusDisplay;
|
||||
Stack stack(project);
|
||||
Stack stack(".", project);
|
||||
|
||||
stack.loadTrainingBatch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user