Skip to content

Residual¤

Module: generative_models.core.layers.residual

Source: generative_models/core/layers/residual.py

Overview¤

Residual block implementations for generative models.

This module documents the retained shared residual blocks for 1D and 2D convolutional models. PixelCNN-specific masked residual composition now lives with the PixelCNN model owner instead of the shared core residual package.

Classes¤

BaseResidualBlock¤

class BaseResidualBlock

Conv1DResidualBlock¤

class Conv1DResidualBlock

Conv2DResidualBlock¤

class Conv2DResidualBlock

Functions¤

call¤

def __call__()

call¤

def __call__()

call¤

def __call__()

init¤

def __init__()

init¤

def __init__()

init¤

def __init__()

create_residual_block¤

def create_residual_block()

Module Statistics¤

  • Classes: 3
  • Functions: 7
  • Imports: 5