Skip to content

Include option to set inplace=True for resnet #7653

@cclaess

Description

@cclaess

A lot of models within the MONAI framework such as ResNet use inplace operations, such as ReLU(inplace=True) or somthing like x += MPL(x), which is not allowed in distributed mode. It would be great to have a an option to set inplace operations to false to allow distributed training

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions