We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da2312 commit b283531Copy full SHA for b283531
1 file changed
cefcon/CEFCON.py
@@ -28,7 +28,7 @@ def main():
28
## GRN construction
29
cefcon_GRN_model = NetModel(hidden_dim=args.hidden_dim,
30
output_dim=args.output_dim,
31
- heads_first=args.heads,
+ heads=args.heads,
32
attention_type=args.attention,
33
miu=args.miu,
34
epochs=args.epochs,
0 commit comments