Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnovanHilten committed Oct 19, 2023
1 parent ea1ce13 commit 2208905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenNet_utils/Interpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_NID_scores(args):
print("Interpreting with NID:")
model, masks = load_trained_network(args)

G print(model.summary())
print(model.summary())

if args.layer == None:
if args.onehot == 1:
Expand Down

0 comments on commit 2208905

Please sign in to comment.