cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

Machine-invariant save/load #98

Closed cnellington closed 2 years ago

cnellington commented 2 years ago

Contextualized models contain more than their weights (hyperparams, lambda losses and regularizers, slack optimization paramters) that aren't captured by keras.model.save_weights or torch.save currently.