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

PyTorch-Multi-Style-Transfer/experiments/utils.py #17

Open
lxy443626128 opened this issue Apr 15, 2018 · 1 comment
Open

PyTorch-Multi-Style-Transfer/experiments/utils.py #17

lxy443626128 opened this issue Apr 15, 2018 · 1 comment

Comments

@lxy443626128
Copy link

src_flat_cov_eye = src_norm @ src_norm.t() + Variable(torch.eye(3).cuda())
^
SyntaxError: invalid syntax

@zhanghang1989

????

@0xsanny
Copy link

0xsanny commented May 15, 2018

Same issue here. Deleting the src_norm.t() + part worked for me.

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

No branches or pull requests

2 participants