Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

styletransfer demo does not work on Windows #16

Closed
alexisylchan opened this issue Nov 15, 2016 · 1 comment
Closed

styletransfer demo does not work on Windows #16

alexisylchan opened this issue Nov 15, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@alexisylchan
Copy link
Owner

alexisylchan commented Nov 15, 2016

evalstyle.ffwd_to_img from StyleTransferDemo fails with the following error on Windows

terminate called after throwing an instance of 'std::bad_alloc'
what():  std::bad_alloc
@alexisylchan alexisylchan added this to the dl_in_30 milestone Nov 15, 2016
@alexisylchan alexisylchan self-assigned this Nov 15, 2016
@alexisylchan
Copy link
Owner Author

alexisylchan commented Nov 17, 2016

This commit 4c1e122 partially fixed the issue by using lower resolution images.

Solution:

  1. For windows users, pull the latest docker image to get the change above:

    docker pull alexisylchan/introdlcpu-windows

    For others, just pull the latest changes (assuming -recursive doesn't work for you):

    cd introdl
    git pull https://github.com/alexisylchan/introdl.git
    cd demo/styletransfer
    git pull https://github.com/alexisylchan/styletransfer.git
  1. Increase docker memory to >5.3 GB https://github.com/docker/dcus-hol-2016/tree/master/docker-developer#advanced-optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant