seisnn.model.generator

Generator models.

unet, nest_net model modified from: https://github.com/MrGiovanni/UNetPlusPlus/blob/master/helper_functions.py

Functions

nest_net([img_rows, img_cols, color_type, …])

Standard UNet++ [Zhou et.al, 2018]

unet([img_rows, img_cols, color_type, num_class])

Standard U-Net [Ronneberger et.al, 2015]