Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Oct 8, 2024
1 parent 9faed37 commit 718ee26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmu/clause_bank/base_clause_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def __init__(

self.number_of_patches = int((self.dim[0] - self.patch_dim[0] + 1) * (self.dim[1] - self.patch_dim[1] + 1))

self.number_of_patch_chunks = int((self.number_of_patches - 1) / 32 + 1)

if self.spatio_temporal:
self.number_of_features += self.depth*self.hypervector_size

Expand Down

0 comments on commit 718ee26

Please sign in to comment.