Skip to content

Commit

Permalink
Update experiment.cpp
Browse files Browse the repository at this point in the history
Set model size to increase iteratively from medium to large
  • Loading branch information
alandiamond committed Jan 13, 2016
1 parent 4bfb223 commit 384f356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Spinn5-LargeModel-LiveSpiking/src/C/experiment.cpp
Expand Up @@ -545,8 +545,7 @@ void testLimitedClasses_SeparateTrainingAndTestDataset(bool useLiveSpiking) {
addAllToVector(observationsExposureMs,"120");

vector<UINT> vrCount;
//addAllToVector(vrCount,"10 15 20 25 50 100 150 200");
addAllToVector(vrCount,"100");
addAllToVector(vrCount,"100 200 300 400 500 600");

vector<UINT> clusterSizes;
addAllToVector(clusterSizes,"20");
Expand Down

0 comments on commit 384f356

Please sign in to comment.