Python Forum
download dataset from SH file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: download dataset from SH file (/thread-9226.html)



download dataset from SH file - Felix - Mar-28-2018

Hello everyone,

I am doing a homework related to CNN.(http://cs231n.github.io/assignments2017/assignment2/)

It needs to download a dataset, called CIFAR-10 by the command below

cd cs231n/datasets./get_datasets.sh

Does anyone know how to implement this code on which software?

Sincerely thanks for your help.

Regards,
Felix


RE: download dataset from SH file - Larz60+ - Mar-28-2018

Quote:I am doing a homework
You are doing homework, not us.
We are glad to help, show your code effort, and where you are having a problem.
We will guide you, but not do it for you.