We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Choice
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
Add a Choice spec that chooses between a stack of specs or non-tensor data.
Initially proposed here: #2698 (comment)
When generating a sample, Choice spec should choose between the specs in the stack and then generate a sample from that spec.
The text was updated successfully, but these errors were encountered:
Closed by #2713
Sorry, something went wrong.
kurtamohler
No branches or pull requests
Motivation
Add a
Choice
spec that chooses between a stack of specs or non-tensor data.Initially proposed here: #2698 (comment)
Solution
When generating a sample,
Choice
spec should choose between the specs in the stack and then generate a sample from that spec.Alternatives
Additional context
Checklist
The text was updated successfully, but these errors were encountered: