Description Usage Arguments See Also
View source: R/layer-methods.R
Layer/Model weights as R arrays
1 2 3 | get_weights(object)
set_weights(object, weights)
|
object |
Layer or model object |
weights |
Weights as R array |
Other model persistence:
model_to_json()
,
model_to_yaml()
,
save_model_hdf5()
,
save_model_tf()
,
save_model_weights_hdf5()
,
serialize_model()
Other layer methods:
count_params()
,
get_config()
,
get_input_at()
,
reset_states()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.