Skip to content

Whether do the self-supervised pre-trained weights ("module.layers1.0.downsample.reduction.weight") for Swin UNETR backbone miss "swinVit" ("module.swinVit.layers1.0.downsample.reduction.weight")? #462

Whether do the self-supervised pre-trained weights ("module.layers1.0.downsample.reduction.weight") for Swin UNETR backbone miss "swinVit" ("module.swinVit.layers1.0.downsample.reduction.weight")?

Whether do the self-supervised pre-trained weights ("module.layers1.0.downsample.reduction.weight") for Swin UNETR backbone miss "swinVit" ("module.swinVit.layers1.0.downsample.reduction.weight")? #462

Workflow file for this run

name: chatops
# currently dispatches /black command to project-monai/monai-code-formatter
on:
issue_comment:
types: [created, edited]
jobs:
dispatch_command:
runs-on: ubuntu-latest
steps:
- name: dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PR_MAINTAIN_BOT }}
# reaction-token: ${{ secrets.GITHUB_TOKEN }}
reactions: false
config: >
[
{
"command": "black",
"permission": "none",
"issue_type": "pull-request",
"allow_edits": true,
"repository": "project-monai/monai-code-formatter"
},
{
"command": "integration-test",
"permission": "none",
"issue_type": "pull-request",
"allow_edits": true
}
]