Skip to content
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

how to train custom images dataset #229

Open
VYRION-Ai opened this issue Feb 5, 2024 · 3 comments
Open

how to train custom images dataset #229

VYRION-Ai opened this issue Feb 5, 2024 · 3 comments
Assignees

Comments

@VYRION-Ai
Copy link

i have images dataset of two classes , i need to train Qnn on my dataset ,
how i can do that ?

@GenericP3rson
Copy link
Collaborator

Hi! If you check out some the files in examples, we have some examples of a QNN trained over MNIST (examples/mnist) and using a quavolution network also for MNIST (examples/quanvolution).

For your own data, you’ll probably just need to modify the dataloader, but the models can more or less be the same, perhaps save some hyperparameter tuning.

Hopefully this can be a helpful start, and let me know if you run into any issues along the way and would be happy to help debug!

@GenericP3rson GenericP3rson self-assigned this Feb 6, 2024
@VYRION-Ai
Copy link
Author

@GenericP3rson i tried a lot but i did not success , and also i work with 2 class not 4 , can you please give me little hints

@GenericP3rson
Copy link
Collaborator

Interesting, if possible, could you share some of your code / specify what issues you’ve been running into?

I know this sort of thing has been requested before, so I can try to spin up an example when I have the bandwidth. For now though, I can help debug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants