Hey, I used the create_tiny_model to create the model body
I am trying to use that model to train using the train_on_batch(x=input_batch, y=targets)
What should be the format and shape of input_batch and targets.
When I pass input batch with a shape of (batch_size,416,416,3), I keep seeing "ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 3 array(s), but instead got the following list of 1 arrays"
What are the three arrays
Hey, I used the create_tiny_model to create the model body I am trying to use that model to train using the train_on_batch(x=input_batch, y=targets)
What should be the format and shape of input_batch and targets.
When I pass input batch with a shape of (batch_size,416,416,3), I keep seeing "ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 3 array(s), but instead got the following list of 1 arrays" What are the three arrays