Greetings, Jon Ronnenberg! > It just dawned on me that I should try to run the shell script in the > cygwin terminal. I did and it kinda work. > Output: > $ sh download_model.sh > Downloading the colorization model... > --2016-05-03 02:49:49-- http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D > Resolving hi.cs.waseda.ac.jp (hi.cs.waseda.ac.jp)... 133.9.187.220 > Connecting to hi.cs.waseda.ac.jp > (hi.cs.waseda.ac.jp)|133.9.187.220|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2016-05-03 02:49:50 ERROR 404: Not Found.
> I can reach the address > http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7 through a browser > but wget gets a 404 but it might be unrelated. Do note that the address "http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D" is not the same as "http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7"... Fix your script, it has CRLF EOL, or put the URL in quotes. -- With best regards, Andrey Repin Tuesday, May 3, 2016 14:35:26 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple