Export to Keras

Only Recurrent Neural Network (RNN) and Convolutional Neural Network (CNN) models can be exported to Keras.

When you export a model to Keras, a *.keras file is created for each output, as well as the transformation.py file.

Export a model to Keras

  1. File > Export Model > Keras

    ClosedExport to Keras window

  2. Set the Base Name (defines the file name <base name>_<output>) and the Target Folder.

  3. Deactivate the Use Custom Layers checkbox if you want a model without custom layers.

    1. Select the Inputs and Outputs to export in the table.

      To export only used inputs, select Used Inputs Only.

  4. Click Export.

  5. The export starts and the files are saved to the specified path. A link to the export folder is displayed in the log window.