Skip to content

Commit

Permalink
Merge pull request #345 from turnmanh/patch-1
Browse files Browse the repository at this point in the history
Small doc string improvement.
  • Loading branch information
loreloc authored Feb 5, 2025
2 parents 134cd5d + b200550 commit 0cd00d8
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 0cd00d8

Please sign in to comment.