albertnieto / quantum_convolutional_nn_benchmark

Benchmarking quanvolutional neural networks with QCML and Pennylane.
Apache License 2.0
3 stars 1 forks source link

Add option to overlap patches #7

Open albertnieto opened 1 month ago

albertnieto commented 1 month ago

For example, with a patch size of 2x2 and a stride of 1, the window moves 1 pixel at a time, and each patch overlaps with the previous one.