Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Fix num_head_channels in 3d_ddpm_tutorial #313

@Warvito

Description

@Warvito

Since just the third level of the network has attention mechanisms, it will be better to define the num_head_channels as different from 0 for just this level instead of having values for the other levels as well.

num_head_channels=[256, 256, 512],

Changing to num_head_channels=[0, 0, 512], will not affect the network but it will be less confusing for the users.

Metadata

Metadata

Assignees

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