DeepBaseNet¶
- class DeepBaseNet[source]¶
Bases:
etna.models.base.DeepAbstractNet,pytorch_lightning.core.module.LightningModuleClass for partially implemented LightningModule interface.
Init DeepBaseNet.
Methods
training_step(batch, *args, **kwargs)Training step.
validation_step(batch, *args, **kwargs)Validate step.
Attributes