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

Small doc string improvement. #345

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cirkit/templates/data_modalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def image_data(
input_layer: The name of the input layer. It can be one of the following:
'categorical' (encoding a Categorical distribution over pixel channel values),
'binomial' (encoding a Binomial distribution over pixel channel values),
'embedding' (encoding an Embedding vector over pixel channel values).
'embedding' (encoding an Embedding vector over pixel channel values),
'gaussian' (encoding a Gaussian distribution over pixel channel values).
num_input_units: The number of input units per input layer.
sum_product_layer: The name of the sum-product inner layer. It can be one of the following:
'cp' (the canonical decomposition layer, consisting of dense layers followed by a
Expand Down
Loading