Skip to content

Saving models

SDeMo.loadsdm Function
julia
loadsdm(file::String; kwargs...)

Loads a model to a JSON file. The keyword arguments are passed to train!. The model is trained in full upon loading.

source

SDeMo.writesdm Function
julia
writesdm(file::String, model::SDM)

Writes a model to a JSON file. This method is very bare-bones, and only saves the structure of the model, as well as the data.

source