elektronn3.models.fcn module

adopted from https://github.com/meetshah1995/pytorch-semseg/blob/master/ptsemseg/models/fcn.py LICENSE https://github.com/meetshah1995/pytorch-semseg/blob/master/LICENSE #In every layer few steps have been commented because of Memory constraints (please uncomment them acc to the resources)

class elektronn3.models.fcn.fcn16s(*args: Any, **kwargs: Any)[source]

Bases: Module

forward(x)[source]
init_vgg16_params(vgg16, copy_fc8=True)[source]
class elektronn3.models.fcn.fcn32s(*args: Any, **kwargs: Any)[source]

Bases: Module

forward(x)[source]
init_vgg16_params(vgg16, copy_fc8=True)[source]
class elektronn3.models.fcn.fcn8s(*args: Any, **kwargs: Any)[source]

Bases: Module

forward(x)[source]
init_vgg16_params(vgg16, copy_fc8=True)[source]