llSourcell / How_to_simulate_a_self_driving_car

This is the code for "How to Simulate a Self-Driving Car" by Siraj Raval on Youtube
431 stars 305 forks source link

from utils import INPUT_SHAPE, batch_generator #15

Open jhasuman opened 6 years ago

jhasuman commented 6 years ago

I tried to find the library called utils but there is no library with name utils. Can someone please help me with this. Thank You!!

zivzone commented 6 years ago

find the file called ''utils.py''

garychian commented 4 years ago

find the file called ''utils.py' Hi, i found the file called "utils.py", but when i training the model in jupyer notebook, it still says cannot import name 'INPUT_SHAPE'.

vijayjoyz commented 4 years ago

It is due to the version upgrade in keras in new version we need to see this syntax -->from keras_applications.imagenet_utils import _obtain_input_shape