ValueError: Unknown layer: ‘GetItem’
Here is the full error message:
keras.utils.get_file() throws TypeError: ‘<' not supported between instances of 'int' and 'NoneType'
I am trying to follow along with the book Applied Deep Learning and Computer Vision for Self-Driving Cars. I am running into issues with keras while running some of the example code. When trying to grab a file using the get_file() function, I am getting a type error.