ksk0629 / quantum_convolutional_neural_network

This is a repository about the paper Quantum Convolutional Neural Networks.
MIT License
0 stars 0 forks source link

Generalise tutorial dataset #4

Closed ksk0629 closed 2 weeks ago

ksk0629 commented 1 month ago

What to do

Generalise the tutorial dataset, which is defined in utils.py.

https://github.com/ksk0629/quantum_convolutional_neural_network/blob/61406c1c564d1996b1ba425c5e8f691f20dd6650/src/utils.py#L5-L62

At the moment, the function generates images having a fixed shape and fixed length of lines. Add arguments to decide the shape and length.

Others

This is a sub-issue of #2.

ksk0629 commented 2 weeks ago

Wait to finish the other issues related to #2.