SpacingDummyLayer#

class scikitplot.visualkeras.SpacingDummyLayer(*args, spacing=50, **kwargs)[source]#

A dummy layer to add spacing or other custom behavior.

This class dynamically inherits from TensorFlow’s tf.keras.layers.Layer class, ensuring that TensorFlow is only imported when this class is instantiated.

Parameters:

spacing (int)