Skip to content

TypeError: __init__() got an unexpected keyword argument 'output_stride' #978

Open
@LuShuaie

Description

smp.DeepLabV3Plus(encoder_name='tu-maxvit_base_tf_224',
                  encoder_depth=5, encoder_weights='imagenet',
                  encoder_output_stride=16, decoder_channels=256,
                  decoder_atrous_rates=(12, 24, 36), in_channels=3,
                  classes=1, activation=None, upsampling=4, aux_params=None)

when I run the above code,I get error,
TypeError: init() got an unexpected keyword argument 'output_stride'

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions