How can I get MNIST dataset? #309
Unanswered
Hongseok-kim
asked this question in
Q&A
Replies: 2 comments
-
Did you try to uncomment the !wget command and run it? If you run your code on Jupyter Notebooks you just have to run the !wget command with the url as it is to download the dataset in your local machine. If this is a regular.py file you need to use 'subprocess' module to download it with wget.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Download the mnist dataset in kaggel and use it
Eswar Anne
…On Sat, Mar 30, 2024, 08:32 Hongseok Kim ***@***.***> wrote:
I've been executing perceptron notebook in my local environment. I don't
know how to get MNIST dataset mentioned in this cell.
Screenshot.2024-03-29.230000.png (view on web)
<https://github.com/microsoft/AI-For-Beginners/assets/7212600/c780be9c-edf1-49a4-a48a-413236f7a12a>
—
Reply to this email directly, view it on GitHub
<#309>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6JFXCMGL544UJL5VHGWVI3Y2YTM5AVCNFSM6AAAAABFPGFWFKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGQZTONZZHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been executing perceptron notebook in my local environment. I don't know how to get MNIST dataset mentioned in this cell.
Beta Was this translation helpful? Give feedback.
All reactions