-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I am trying to use innsight on a basic Keras model for example a simple MLP. Could you give an example how to do this? I get and unknown argument model error when calling the convert() function.
model <- keras_model_sequential()
model %>%
layer_dense(units = 32, input_shape = c(784)) %>%
layer_activation('relu') %>%
layer_dense(units = 10) %>%
layer_activation('softmax')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels