2024-10-14 08:37 PM
INTERNAL ERROR: object of type 'NoneType' has no len()
2024-10-15 01:22 AM
Hello @sam10 ,
You need to use a model with a fixed input shape. You cannot have an input shape like this for example (None, None, 3).
If it does not solve your issue. Please upload your model (in a .zip file) and explain a little bit more what you are doing exactly so that I can better help you.
Have a good day,
Julian