-
Notifications
You must be signed in to change notification settings - Fork 349
QCNN for multi class classification using NeuralNetworkClassifier #914
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
Comments
There is nothing in that link
If you are using (have installed) the latest Qiskit 2,0 then that is known not to work as ML does not support version 2.0 or above yet. You need to install the latest prior version which at the time I type this it's 1.4.2 so
If things still fail then and you believe its an issue with ML then update this issue and put all the relevant details here such as a code sample to reproduce the failure, details of the failure etc. |
@woodsp-ibm https://colab.research.google.com/drive/1FYulE4FtoRvuSA9B49dxWKYU79y5inXp?usp=sharing Please help me out |
Whatever you put there was not run Its not that much different from the tutorial here https://qiskit-community.github.io/qiskit-machine-learning/tutorials/11_quantum_convolutional_neural_networks.html which I guess its a copy of. The only things I notice is that your initial point would be random, which I guess is ok. Also you are using one_hot encoding which the tutorial is not. Does changing that to False make any difference. Do those cells get executed ok - certainly in what was uploaded there is no output but then it says the cells were not executed. Does it error - does the print of the final result not happen.... ie the fit fails for some reason? |
Hi @woodsp-ibm It is just continuously executing on fit and does not go further ![]() It goes like this for hours without showing any graph/output Please help |
Hi Team,
I am trying to perform multi class image classification on the MNIST dataset from tensorflow using QCNN but I am getting error while using Sampler QNN and Neural Network classifier
Please see the notebook or more details
https://www.kaggle.com/code/atharvgulati/qcnn-mnist
The text was updated successfully, but these errors were encountered: