Skip to content

lazy ignored in SpatialPadd #7315

Description

@KumoLiu

Since lazy is always overridden by the parent class, specifying lazy=true in the SpatialPadd constructor does not work. Similar issue in BorderPadd and DivisiblePadd.

Padd.__init__(self, keys, padder=padder, mode=mode, allow_missing_keys=allow_missing_keys)

lazy: bool = False,

Originally posted by @77QiZhang in #7314 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions