-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
import architecture as arch error #27
Comments
I have not encounter this problem. |
first i was on 2.7 then i linked python 3.7. i had it installed but not linked. |
So when you use pytorch 3.7, still have this problem? |
you mean python 3.7? yes, still same problem |
Emm, I have no idea. You need to google it or to see if anyone can help. |
I met the same issue today using python 2.7.
|
Hi! when I run test I get this errors
Traceback (most recent call last):
File "test.py", line 7, in
import architecture as arch
File "/User/1/ESRGAN-master/architecture.py", line 33
self.model = B.sequential(fea_conv, B.ShortcutBlock(B.sequential(*rb_blocks, LR_conv)),
SyntaxError: only named arguments may follow *expression
i tried this, but didn't help
here
The text was updated successfully, but these errors were encountered: