fzliu / style-transfer

An implementation of "A Neural Algorithm of Artistic Style" by L. Gatys, A. Ecker, and M. Bethge. http://arxiv.org/abs/1508.06576.
1.54k stars 387 forks source link

Provide outputs directory by default #39

Closed tobegit3hub closed 8 years ago

tobegit3hub commented 8 years ago

When I ran style-transfer at the first time, it fails because the outputs directory didn't exist. And it works after creating this folder.

screen shot 2016-07-01 at 14 49 59

It would be much better to provide this by default. And I may send the pull-request for addressing this.