loadModelLayersFromConfiguration

fun loadModelLayersFromConfiguration(configuration: File, inputShape: IntArray? = null): MutableList<Layer>

Loads a Functional model layers from json file with model configuration.

Return

List of layers. All connections between the layers are established and form an acyclic directed graph.

Parameters

configuration

File in .json format, containing the Functional model.