- update poet2
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@833 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+4
-2
@@ -138,8 +138,8 @@ arma::mat createTraining(const string &filename, size_t seq_len)
|
||||
}
|
||||
|
||||
#define CREATE_TRAINING 0
|
||||
#define DO_TRAINING 0
|
||||
#define DO_FORWARD 0
|
||||
#define DO_TRAINING 1
|
||||
#define DO_FORWARD 1
|
||||
|
||||
int main()
|
||||
{
|
||||
@@ -206,6 +206,7 @@ int main()
|
||||
|
||||
#endif
|
||||
|
||||
#if DO_FORWARD
|
||||
params.gibbsDoSampleHidden = false;
|
||||
params.gibbsDoSampleVisible = false;
|
||||
stack->setParams(params);
|
||||
@@ -227,6 +228,7 @@ int main()
|
||||
putchar(c);
|
||||
}
|
||||
printf("\n");
|
||||
#endif
|
||||
|
||||
printf("\nEnd of program\n");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user