amanchadha / coursera-deep-learning-specialization

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
3.14k stars 2.27k forks source link

Not know how to run setup.sh #11

Closed QayyumMustaqim closed 3 years ago

QayyumMustaqim commented 3 years ago

Anyone can guide me how to run setup.sh?

scorpiusprime commented 3 years ago

same issue here

amanchadha commented 3 years ago

chmod +x setup.sh ./setup.sh

scorpiusprime commented 3 years ago

chmod +x setup.sh ./setup.sh

I tried this, did not work. instead I opened the setup.sh file in sublime and there was a weblink : https://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat

opening this link in browser started a download, I hope it is downloading the data I am looking for.