models.modules.LayerGen#
- class LayerGen[source]#
Bases:
object
Base class for model layer generators
The
get
method must initialize the network module and pass it to the generator (SeeBlockGen
).Warning
This class can only be used as a base class for inheritance.
Methods
Initializes and returns the network layer