-
Notifications
You must be signed in to change notification settings - Fork 53
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
CppMNIST #1
Comments
Hi Evgeniy, Also, if I may add, these codes were intended as research codes i.e. to do proof-of-principle calculations and do not represent the most efficient way of optimizing tensor networks for machine learning. A much much efficient way is to use stochastic gradient descent with mini batches. So if you are really interested in running experiments, may I suggest the following very new library that builds on top of PyTorch: https://github.com/jemisjoky/TorchMPS Best regards, |
Sure, it complies good. But there is a line in the code: |
Hi, so the value of "datadir" should be the folder where the MNIST data files are located. That happened to be where I had it on my computer (so you can ignore the fact that the folder was called CppMNIST). I'll update the codes to put a more generic default for datadir - thanks for pointing this out. |
Hello!
Trying to run the code I've reached CppMNIST absence problem. How it should be organized? Where I can take the folder sources?
Sincerely,
Evgeniy Pavlovskiy, leading researcher @ SDAML NSU lab.
The text was updated successfully, but these errors were encountered: