Saving Multiple Models in One File/Variable

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.

Hi, welcome to the TF Forum,

I don’t know if there’s a way to save multiple models together but my question to you is, why do you need a model per pixel?
as far as I know, usually you create a model for the whole image.