dlpy.layers.Layer

class dlpy.layers.Layer(name=None, config=None, src_layers=None)

Bases: object

Base class for all layers

Parameters:
name : str, optional

Specifies the name of the layer.

config : dict, optional

Specifies the configuration of the layer.

src_layers : iter-of-Layers, optional

Specifies the source layer(s).

Returns:
Layer
__init__(name=None, config=None, src_layers=None)

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

Methods

__init__([name, config, src_layers]) 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