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

Syntax error with Python 3.7.2 #1

Open
tripleee opened this issue Feb 9, 2021 · 0 comments
Open

Syntax error with Python 3.7.2 #1

tripleee opened this issue Feb 9, 2021 · 0 comments

Comments

@tripleee
Copy link

tripleee commented Feb 9, 2021

I was unable to import this code because of this:

bash$ python -c "import fid"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/keras-fid/fid.py", line 134
    def __init__(self, generator, image_range=, 
                                              ^

I was able to work around this by changing the code to image_range, without an equals sign, but I don't know if that's actually a correct guess as to what the code should actually do.

Perhaps see also https://stackoverflow.com/questions/66114073/error-when-running-install-and-import-from-github

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

1 participant