Skip to content

Commit 395c70f

Browse files
committed
🐛 [Fix] a bug of missing atoms in config
1 parent 557ac62 commit 395c70f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yolo/config/model/rd-9c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ model:
1717
- ADown:
1818
args: {out_channels: 256}
1919
- RepNCSPELAND:
20-
args: {out_channels: 512, part_channels: 256}
20+
args: {out_channels: 512, part_channels: 256, atoms: 512}
2121
tags: B3
2222

2323
- ADown:

0 commit comments

Comments
 (0)