You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cirkit already supports Gaussian input layer [1], however it's not accessible via the image_data template method. I experimented changing the validations in [2] to support Gaussian input distributions, and it seems to work - did not test extensively though. Is there a specific reason not to support Gaussian inputs distributions for images?
The text was updated successfully, but these errors were encountered:
isurulucky
changed the title
Allow using Gaussian input node in the image template?
Allow using Gaussian input node in the image_data template method?
Oct 23, 2024
isurulucky
changed the title
Allow using Gaussian input node in the image_data template method?
Allow using Gaussian input distributions in the image_data template method?
Oct 23, 2024
Hi,
Cirkit already supports Gaussian input layer [1], however it's not accessible via the
image_data
template method. I experimented changing the validations in [2] to support Gaussian input distributions, and it seems to work - did not test extensively though. Is there a specific reason not to support Gaussian inputs distributions for images?Thanks,
Isuru.
[1]. https://github.com/april-tools/cirkit/blob/main/cirkit/symbolic/layers.py#L426
[2]. https://github.com/april-tools/cirkit/blob/main/cirkit/templates/circuit_templates/data.py
The text was updated successfully, but these errors were encountered: