Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Oct 11, 2024
1 parent 5448532 commit d25db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmu/lib/src/ClauseBank.c
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ void cb_calculate_spatio_temporal_features(
attention[chunk_nr] |= (1U << chunk_pos);
}

for (int d = 0; d < depth; ++d) {
for (int d = 0; d < 1; ++d) {
for (int j = 0; j < number_of_clauses; j++) {
unsigned int clause_pos = j*number_of_ta_chunks*number_of_state_bits; // Calculates the position of the Tsetlin automata states of the current clause

Expand Down

0 comments on commit d25db21

Please sign in to comment.