Skip to content

Commit

Permalink
Added comment in sequencesample experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Dobric committed Jan 4, 2021
1 parent bcdeacd commit 3b3faf8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private void RunExperiment(int inputBits, HtmConfig cfg, EncoderBase encoder, Li
{
var activeColumns = layer1.GetResult("sp") as int[];

//layer2.Compute(lyrOut.WinnerCells, true);
activeColumnsLst[input].Add(activeColumns.ToList());

previousInputs.Add(input.ToString());
Expand Down

0 comments on commit 3b3faf8

Please sign in to comment.