Skip to content

Commit

Permalink
Debugging with 100 recall iterations.
Browse files Browse the repository at this point in the history
  • Loading branch information
williampeer committed Mar 30, 2016
1 parent cb7742f commit 3b7aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Experiments_4_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def training_and_recall_hpc_helper(hpc, training_set_size, train_set_num, origin
print "Recalling patterns for 300 time-steps by chaotic recall..."
t2 = time.time()
[patterns_extracted_for_current_set, random_in] = \
hpc_chaotic_recall_wrapper(hpc, display_images_of_stable_output=False, recall_iterations=300)
hpc_chaotic_recall_wrapper(hpc, display_images_of_stable_output=False, recall_iterations=100)
for pat in patterns_extracted_for_current_set:
if not set_contains_pattern(hippocampal_chaotic_recall_patterns, pat):
hippocampal_chaotic_recall_patterns.append(pat) # append unique pattern
Expand Down

0 comments on commit 3b7aa92

Please sign in to comment.