Skip to content

innsight with Keras basic model #16

@ivokwee

Description

@ivokwee

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions