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.