Skip to content

Commit b283531

Browse files
committed
Update
1 parent 1da2312 commit b283531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cefcon/CEFCON.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828
## GRN construction
2929
cefcon_GRN_model = NetModel(hidden_dim=args.hidden_dim,
3030
output_dim=args.output_dim,
31-
heads_first=args.heads,
31+
heads=args.heads,
3232
attention_type=args.attention,
3333
miu=args.miu,
3434
epochs=args.epochs,

0 commit comments

Comments
 (0)