save_model: Save a 'GCAE' autoencoder architecture file

View source: R/save_model.R

save_modelR Documentation

Save a GCAE autoencoder architecture file

Description

Save a GCAE autoencoder architecture file

Usage

save_model(model, model_filename)

Arguments

model

the GCAE architecture, as checked by check_model. Use read_model_file to read a GCAE architecture from file. Use save_model to save the model to a JSON file. Use plot_model to plot the model. Use save_model_plot to save a plot of the model to file.

model_filename

name of a file that stores a GCAE architecture, as checked by check_model_filename. Use read_model_file to read a GCAE architecture from that file.

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek

See Also

Use read_model_file to read a model from file Use save_model_plot to save the model plot.


richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.