View source: R/model-creation.R
pop_layer | R Documentation |
Remove the last layer in a Sequential model
pop_layer(object)
object |
Sequential keras model object |
The input object
, invisibly.
Other model functions:
get_config()
get_layer()
get_state_tree()
keras_model()
keras_model_sequential()
set_state_tree()
summary.keras.src.models.model.Model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.