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
Currently, ML models like VQC or QSVC rely on the fact that all internal properties of the model are serializable, but this may not be true. There's a issue Qiskit/qiskit#9033 that confirmed this assumption is not valid. This issue is created to reconsider model serialization and implement it in a safe way.
The text was updated successfully, but these errors were encountered:
What is the expected enhancement?
Currently, ML models like
VQC
orQSVC
rely on the fact that all internal properties of the model are serializable, but this may not be true. There's a issue Qiskit/qiskit#9033 that confirmed this assumption is not valid. This issue is created to reconsider model serialization and implement it in a safe way.The text was updated successfully, but these errors were encountered: