Jakob Heyder

Results 6 issues of Jakob Heyder

The setup went all fine, then I configured CUDA and installed the torch bindings (cutorch, cnn & cudnn) but it runs out of memory when trying to run it in...

https://github.com/numenta/htmresearch/blob/6a823ff7fce4401614230d9ec5cf6572759443d6/htmresearch/algorithms/union_temporal_pooler.py#L212 Shouldn't that be `totalOverlap` instead of `overlapsPredictedActive`? Otherwise it will only activate with predictedActive input and apply the weighting only in case of learning. I know this is not...

# Fix: Adds run_manager to all return calls on AgentExecutor Currently, `run_manager` is only passed to _return / _areturn if we stop the execution due to timeout/max-iterations. We also would...

### Which packages did you experience the bug in? core ### What Tiptap version are you using? 2.2.3 ### What’s the bug you are facing? The HTML import is not...

Type: Bug
Category: Open Source

**Config File** ``` { "hasSrc": true, "packages": [ "shadcn-ui", "prisma", "next-auth" ], "preferredPackageManager": "bun", "t3": false, "alias": "@", "analytics": true, "rootPath": "src/", "componentLib": "shadcn-ui", "orm": "prisma", "driver": "pg", "auth": "next-auth"...

bug

Hey, This is a great project! However, it seems rather tedious to setup from source. Is there a plan to have a guide to setup the jupyter lab server with...

feature