Open jarroyoe opened 1 month ago
Tested JLD2.jl and Serialization.jl as options for saving models into files but save(model,"path.jlx") did not work. Will test what else is needed to be able to save into a .jls file.
JLD2.jl
Serialization.jl
save(model,"path.jlx")
.jls
Tested
JLD2.jl
andSerialization.jl
as options for saving models into files butsave(model,"path.jlx")
did not work. Will test what else is needed to be able to save into a.jls
file.