3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,902 forks (1,902 forks)batch import
help wantedlogprob
Repository metrics
- Stars
- 7,926 stars (7,926 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Inspect the rewrite logic in pytensorf.py around line 1142 to understand how graph rewrites are applied. Determine why inner graphs (e.g., inside Scan or not inlined OpFromGraph) are not processed and propose a method to traverse nested graphs to apply the CheckParameterValues rewrite. Consider performance implications and test with the example from issue #6696.
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- Pythonbasic PyMC knowledge