snwagh / falcon-public

Implementation of protocols in Falcon
90 stars 46 forks source link

Question about falcon-public/tree/master/MNIST #47

Closed zewen-s closed 1 year ago

zewen-s commented 1 year ago

hi. I tried to download and parse the MNIST dataset on falcon-public/MNIST/ , and I got the results like it. I have searched the Internet for this error. Some people say that it is because the parameter in the stoi function is not a string that can be converted into an integer. Screenshot

Can someone help me solve this problem?

zewen-s commented 1 year ago

I have another question. Even though I don't have a mnist dataset, I can still run it with the make terminal command?As shown in the picture below Screenshot 2 So where does the program read the data?

zewen-s commented 1 year ago

I have solved the above problems by trying, thanks