-
Notifications
You must be signed in to change notification settings - Fork 205
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
Running main.py eval error #25
Comments
I also have a problem when running the main. It might be related for my case to the PyTorch version. Which version does it require?
|
I have the same problem, and I don't know how to fix it. I am running PyTorch 0.4.1. |
Traceback (most recent call last):
File "main.py", line 290, in
main()
File "main.py", line 45, in main
evaluate(args)
File "main.py", line 258, in evaluate
output = utils.color_match(output, style_v)
File "PyTorch-Style-Transfer/experiments/utils.py", line 148, in color_match
matSqrt(src_flat_cov_eye).inverse * src_norm
RuntimeError: mul() received an invalid combination of arguments - got (builtin_function_or_method), but expected one of:
didn't match because some of the arguments have invalid types: (builtin_function_or_method)
didn't match because some of the arguments have invalid types: (builtin_function_or_method)
How do I solve this problem?
The text was updated successfully, but these errors were encountered: