- do not save project per default

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@846 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-19 17:40:14 +00:00
parent 660c9ec9c2
commit 46bfddeab3
+2 -1
View File
@@ -94,8 +94,9 @@ int main(int argc, char *argv[])
stack->train(t_vc, &listener); stack->train(t_vc, &listener);
stack->saveWeights("."); stack->saveWeights(".");
#if DO_SAVE_PROJECT_AFTER_TRAINING
stack->save("."); stack->save(".");
#endif
printf("Curr\n"); printf("Curr\n");
for (int i=0; i < t_vc.n_rows; i++) for (int i=0; i < t_vc.n_rows; i++)
{ {