I assume models.load.py
and attempt_load
are custom methods, so you would need to check your code to see how the model loading is expected.
Based on the new error it seems as if the used model
object is supposed to be a list
.
1 Like