diff --git a/GenNet_utils/Interpret.py b/GenNet_utils/Interpret.py index f63c767..6a4a4e3 100644 --- a/GenNet_utils/Interpret.py +++ b/GenNet_utils/Interpret.py @@ -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: