Closed ksk0629 closed 2 weeks ago
Generalise the tutorial dataset, which is defined in utils.py.
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.
This is a sub-issue of #2.
Wait to finish the other issues related to #2.
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.