Skip to content

lazy ignored in SpatialPadd #7315

@KumoLiu

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)

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