-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
WorkingMemory
and CognitiveProcessIntegration
classes and …
…tests * **models/memory.py** - Update `scan_fn` function in `WorkingMemory` class to maintain a consistent carry structure - Initialize the carry correctly in the `WorkingMemory` class - Ensure `LSTMCell` initialization and carry structure are correctly handled in the `WorkingMemory` class * **models/consciousness_state.py** - Compute attention maps during cross-modal attention computation in the `CognitiveProcessIntegration` class - Return attention maps from the `CognitiveProcessIntegration` class * **tests/benchmarks/test_arc_reasoning.py** - Update tests to validate the correct computation and return of attention maps
- Loading branch information
1 parent
22a87ac
commit b9d66ca
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters