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
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
PR #741, that referenced this issue above, was a change to fix this issue and has now been merged. To use this you will need to be running off the master branches from the repos here rather than off the stable PyPi install. Let us know if you still have problems in this regard, if not this can be closed.
Informations
What is the current behavior?
Error thrown due to wrong constructor usage (probablities).
https://github.com/Qiskit/qiskit-aqua/blob/719a2cc1e12b9659ffd916d129502c76033d19d8/qiskit/aqua/components/uncertainty_models/multivariate_variational_distribution.py#L88
Steps to reproduce the problem
Prepare a GAN that has more than a single dimension.
What is the expected behavior?
Properly reshape the probabilities.
Suggested solutions
Swap arguments
The text was updated successfully, but these errors were encountered: