Hello,
I currently have code running that creates a model for each pixel in the image. The end result in multiple models for each pixel that are then looped through.
What is the ideal way to save multiple models as one variable so that I may load that at once in the future? My hope was to create a list of models but that didn’t seem to work.