jcjohnson / fast-neural-style

Feedforward style transfer
4.28k stars 815 forks source link

Cant download the pretrained networks #117

Open mmkqasim opened 7 years ago

mmkqasim commented 7 years ago

Hi,

I'm trying to run bash models/download_style_transfer_models.sh to download the pretrained networks, but I get the following error:

bash: models/download_style_transfer_models.sh: No such file or directory

I don't quite figure why download_style_transfer_models.sh isn't in the directory.

Your help is much appreciated.

Thanks, Mohammad

ankur2136 commented 7 years ago

Try changing the file permissions.

chmod +x ./models/download_style_transfer_models.sh and then execute ./models/download_style_transfer_models.sh

rikkemortensen commented 7 years ago

Go to the directory that contains the models. I cloned the project to my Desktop and executed the command there:

~/Desktop/fast-neural-style$ bash models/download_style_transfer_models.sh

mmkqasim commented 7 years ago

Thanks Rikke for your kind response. I have resolved the issue.

Best, Qasim

On Wed, May 10, 2017 at 12:06 PM, Rikke Petersen notifications@github.com wrote:

Go to the directory that contains the models. I cloned the project to my Desktop and executed the command there:

~/Desktop/fast-neural-style$ bash models/download_style_transfer_models.sh

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jcjohnson/fast-neural-style/issues/117#issuecomment-300531686, or mute the thread https://github.com/notifications/unsubscribe-auth/AZvF10TnDViW642m76j4v-Trla-330h7ks5r4eCWgaJpZM4M6qhB .