Qulacs-Osaka / scikit-qulacs

scikit-qulacs is a library for quantum neural network. This library is based on qulacs and named after scikit-learn.
https://qulacs-osaka.github.io/scikit-qulacs/index.html
MIT License
19 stars 6 forks source link

Implement `Dataloader` #256

Closed ikanago closed 1 year ago

ikanago commented 1 year ago

SSIA

Gruntrexpewrus commented 1 year ago

I want to help, of course! Do you want to use PyTorch or you want to define completely a qulacs_loader?

ikanago commented 1 year ago

Adding PyTorch as dependency and using DataLoader from it is the easiest solution, but it is too complex for current demand. I'm going to implement a prototype and merge it if it is simple enough. When it grows more complex in the future, we will consider to use the one in PyTorch.

Gruntrexpewrus commented 1 year ago

I just think that including later the one from PyTorch can make Quantum Machine Learning super comfortable, since we could basically use any ML dataset without any problem.