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

Style transfer algo gpu #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joaobrasil65
Copy link

gpu tensorflow try


if save:
Image.fromarray(np.reshape(img, shape[1:])).save(out_path)
Image.fromarray(np.reshape(img, shape[1:])).resize((1200, 1200)).save(out_path)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we resizing to 1200x1200? If this is arbitrary, can we make this configurable via flag arg?

@joaobrasil65
Copy link
Author

joaobrasil65 commented Sep 23, 2021 via email

@joaobrasil65
Copy link
Author

joaobrasil65 commented Sep 23, 2021 via email

@joaobrasil65
Copy link
Author

joaobrasil65 commented Sep 23, 2021 via email

@joaobrasil65
Copy link
Author

joaobrasil65 commented Sep 24, 2021 via email

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

Successfully merging this pull request may close these issues.

2 participants