seisnn.model.generator.nest_net

seisnn.model.generator.nest_net(img_rows=None, img_cols=None, color_type=3, num_class=3)[source]

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

Total params: 496,225

Parameters
  • img_rows (int) – Height of the data.

  • img_cols (int) – Width of the data.

  • color_type (int) – Channel number of the data.

  • num_class (int) – Output class number.

Returns

Nest net model.