You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm really new to deep learning. While running disguiseNet.py in python, I keep getting the error
File "disguiseNet.py", line 97
print vgg_model.summary()
^
SyntaxError: invalid syntax
I even tried running it in Jupyter Notebook in windows but it shows the same error. Any help will be appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I think the problem is the code base runs with Python 2.7 and you seem to have Python 3 and above. I believe installing python 2.7 shouldn't raise this error.
I tried executing the code with python 2.7 but it says Keras requires tensorflow 2.2 or higher. I guess Tensorflow 2.2 or higher is not compatible with python 2.7. Please let me know if I'm wrong and what can be done.
Hi, I'm really new to deep learning. While running disguiseNet.py in python, I keep getting the error
File "disguiseNet.py", line 97
print vgg_model.summary()
^
SyntaxError: invalid syntax
I even tried running it in Jupyter Notebook in windows but it shows the same error. Any help will be appreciated.
The text was updated successfully, but these errors were encountered: