This repository was archived by the owner on Sep 13, 2023. It is now read-only.
save
: saving custom models
#586
Labels
save
: saving custom models
#586
I'd like to have a way to serialize custom models. I know I just could implement something like
class CustomModel(ModelType, ModelHook, IsInstanceHookMixin)
and use it as a plugin, but would be good to have some built-in way of doing that.Last thing I tried was this, but it doesn't work (in the sense that upon model loading
whichtype
andmetrics
are disconnected and callingwhichtypes
doesn't increase the counter returned bymetrics
.Few ideas how this can look like
or
or just
or
The text was updated successfully, but these errors were encountered: