dlpy.layers.Split

class dlpy.layers.Split(n_destination_layers, name=None, src_layers=None, **kwargs)

Split layer

Parameters
namestring, optional

Specifies the name of the layer.

src_layersLayers, optional

Specifies the layer directed to this layer.

Returns
Split
__init__(n_destination_layers, name=None, src_layers=None, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(n_destination_layers[, name, …])

Initialize self.

count_instances()

format_name([block_num, local_count])

Format the name of the layer

get_number_of_instances()

to_model_params()

Convert the model configuration to CAS action parameters

Attributes

can_be_last_layer

kernel_size

layer_id

num_bias

num_weights

number_of_instances

output_size

rnn_summary

Return a DataFrame containing the layer information for rnn models

summary

Return a DataFrame containing the layer information

type

type_desc

type_label