Given the fact you are using tuples of images as inputs, you should use a custom ItemList
like in this tutorial instead of MixedItemList
. It would come with the advantage of being fully supported and exportable with Learner.export
.
Note that in your code, the line learn.load("export.pkl")
can’t work as you’re trying to load the exported file, not the model.