mlr-org / mlr3keras

Deep learning for mlr3
GNU Lesser General Public License v3.0
36 stars 2 forks source link

Save models #13

Closed pfistfl closed 4 years ago

pfistfl commented 4 years ago

Test and check that models can be safely serialized. Export / Offer a "save" function.

pfistfl commented 4 years ago

See https://github.com/mlr-org/mlr3pipelines/issues/297

pfistfl commented 4 years ago

Implemented and tested for normal learners, waiting on the above issue for pipelines.

Additionally: Test whether learners can be serialized / unserialized.

pfistfl commented 4 years ago

Will work for pipelines upon update, serialization is out-of-scope for now.