deepsense-ai / Keras-PyTorch-AvP-transfer-learning

We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!

Home Page:https://deepsense.ai/keras-vs-pytorch-avp-transfer-learning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: You must compile your model before using it.

dyfloveslife opened this issue · comments

commented

When I was running the code, I got the following error.

RuntimeError: You must compile your model before using it.

And i use pip install tensorflow==1.10.1, The pip can't find this version.
So what should i do? Thanks!