Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Debugging flag usage is not described well #1098

Open
cluhmann opened this issue Nov 21, 2024 · 0 comments
Open

DOC: Debugging flag usage is not described well #1098

cluhmann opened this issue Nov 21, 2024 · 0 comments
Labels

Comments

@cluhmann
Copy link
Member

Issue with current documentation:

The debugging FAQ states that:

Using the PyTensor flag optimizer=fast_compile or optimizer=None can often tell you the faulty line, while exception_verbosity=high will display a debug print of the apply node.

But nowhere in the FAQ is there any information about how to actually use such flags.

In addition, the "code" specified in these examples appears to be incorrect in that None and high must actually be strings (more obvious that high must be a string, but None looks like python's None rather than the string "None").

Idea or request for content:

No response

@cluhmann cluhmann added the docs label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant