Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glorotxa committed Oct 2, 2010
1 parent 267ff55 commit 178c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp_scripts/DARPAscript_simplified.py
Expand Up @@ -295,7 +295,7 @@ def NLPSDAE(state,channel):
#jobman cachesync

if epoch in EPOCHSTEST:
svm_validation(err, epoch, model,train,datatrain,datatrainsave,datatest,datatestsave, VALIDATION_TRAININGSIZE, VALIDATION_RUNS_FOR_EACH_TRAININGSIZE, PATH_SAVE, PATH_DATA, NAME_DATATEST,RULE)
svm_validation(err, epoch, model,train,datatrain,datatrainsave,datatest,datatestsave, VALIDATION_TRAININGSIZE, VALIDATION_RUNS_FOR_EACH_TRAININGSIZE, PATH_SAVE, PATH_DATA, NAME_DATATEST)

channel.save()
if len(EPOCHSTEST)!=0:
Expand Down

0 comments on commit 178c2bd

Please sign in to comment.