Skip to content

Commit 817f29b

Browse files
Hyunsung GoHyunsung Go
Hyunsung Go
authored and
Hyunsung Go
committed
remove code for debugging
1 parent 727a8e4 commit 817f29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/bithtm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def run(self, input):
269269
self.temporal_memory.run(self.spatial_pooler.active)
270270

271271
if __name__ == '__main__':
272-
input = np.random.rand(10, 1000) < 0.2
272+
input = np.random.rand(100, 1000) < 0.2
273273
htm = HierarchicalTemporalMemory(1000, 2048, 32)
274274

275275
import time

0 commit comments

Comments
 (0)